no margin on flex-list children li
This commit is contained in:
parent
c3bad5fadf
commit
0eec23649d
|
@ -155,6 +155,13 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.l-flex-list-col,
|
||||||
|
.l-flex-list-row {
|
||||||
|
> li {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.l-list-bare {
|
.l-list-bare {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
Reference in New Issue