removing list style

This commit is contained in:
Antoine M 2023-11-14 15:38:56 +01:00
parent 702c573b76
commit 5b7a4e4393

View File

@ -7,7 +7,11 @@
@apply homegrade-title homegrade-title--black-large; @apply homegrade-title homegrade-title--black-large;
} }
&__staff-list { &__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;
}
}
} }
} }