deleting unecessary list-style

This commit is contained in:
Antoine M 2023-11-08 15:44:12 +01:00
parent 4ecc107578
commit c1a6ac430f

View File

@ -18,9 +18,12 @@
@apply py-12;
}
&__press-ressource {
@apply grid gap-x-8 gap-4 px-4 py-8;
@apply grid gap-x-8 gap-4 px-4 py-8 list-none;
grid-template-columns: repeat(9, 1fr);
align-items: center;
&:before {
@apply !content-none !pl-0;
}
}
&__press-ressource + &__press-ressource {
border-top: 1px solid #e2e8f0;