deleting unecessary list-style
This commit is contained in:
parent
4ecc107578
commit
c1a6ac430f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user