parent
e4c6fd00f8
commit
33337c6cc4
2 changed files with 4 additions and 2 deletions
|
@ -30,7 +30,10 @@
|
|||
.section__flex-wrap {
|
||||
@extend .section__flex;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: var(--spacing-large) & > * {
|
||||
margin-bottom: var(--spacing-large);
|
||||
overflow-x: visible;
|
||||
|
||||
& > * {
|
||||
margin-bottom: var(--spacing-large);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -70,7 +70,6 @@ dl {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
overflow-x: visible;
|
||||
margin-top: var(--spacing-medium);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue