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