do not set child li's margins in layout styles
This commit is contained in:
parent
9f339713c7
commit
208cc8bb26
|
@ -157,9 +157,6 @@
|
|||
|
||||
.l-flex-list-col,
|
||||
.l-flex-list-row {
|
||||
> li {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.l-list-bare {
|
||||
|
|
|
@ -50,6 +50,10 @@ html.is-animating .transition-fade {
|
|||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
li {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.nav__item {
|
||||
|
|
Reference in New Issue