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-col,
|
||||||
.l-flex-list-row {
|
.l-flex-list-row {
|
||||||
> li {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-list-bare {
|
.l-list-bare {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Reference in New Issue