removing list style
This commit is contained in:
parent
702c573b76
commit
5b7a4e4393
|
|
@ -7,7 +7,11 @@
|
|||
@apply homegrade-title homegrade-title--black-large;
|
||||
}
|
||||
&__staff-list {
|
||||
@apply grid md:grid-cols-2 xl:grid-cols-4 gap-x-6 gap-y-16 pt-16;
|
||||
@apply grid md:grid-cols-2 xl:grid-cols-4 gap-x-6 gap-y-16 pt-16 list-none;
|
||||
li {
|
||||
&:before {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user