no margin on flex-list children li

This commit is contained in:
Ray Elliott 2020-04-02 18:13:17 +00:00
parent c3bad5fadf
commit 0eec23649d
1 changed files with 7 additions and 0 deletions

View File

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