do not set child li's margins in layout styles

This commit is contained in:
Ray Elliott 2020-04-03 11:59:29 +00:00
parent 9f339713c7
commit 208cc8bb26
2 changed files with 4 additions and 3 deletions

View File

@ -157,9 +157,6 @@
.l-flex-list-col, .l-flex-list-col,
.l-flex-list-row { .l-flex-list-row {
> li {
margin: 0;
}
} }
.l-list-bare { .l-list-bare {

View File

@ -50,6 +50,10 @@ html.is-animating .transition-fade {
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
li {
margin-bottom: 0;
}
} }
.nav__item { .nav__item {