Revert "css"

This reverts commit b43a88d88d.
This commit is contained in:
Sean Yesmunt 2019-10-03 14:24:45 -04:00
parent e4c6fd00f8
commit 33337c6cc4
2 changed files with 4 additions and 2 deletions

View file

@ -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);
}
}

View file

@ -70,7 +70,6 @@ dl {
display: flex;
flex-direction: row;
flex-wrap: wrap;
overflow-x: visible;
margin-top: var(--spacing-medium);
}