1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Add ul,ol condition grid reset styles

This commit is contained in:
Deven Caron
2022-06-07 10:46:44 -04:00
parent 14d7e09b2b
commit 4079752fe0
3 changed files with 8 additions and 5 deletions

View File

@@ -21,9 +21,12 @@
.o-grid {
display: grid;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
&:is(ul, ol) {
margin: 0;
padding: 0;
list-style: none;
}
// ==========================================================================
// Cols

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long