fixing list style and spacing
This commit is contained in:
parent
19e74c0a96
commit
cb97189e2b
|
|
@ -18,9 +18,13 @@
|
|||
@apply py-12;
|
||||
}
|
||||
&__press-article {
|
||||
@apply grid gap-x-8 gap-4 px-4 py-8;
|
||||
@apply grid gap-x-8 gap-4 px-4 !py-8;
|
||||
grid-template-columns: repeat(10, 1fr);
|
||||
align-items: center;
|
||||
&:before {
|
||||
display: none !important;
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
&__press-article + &__press-article {
|
||||
border-top: 1px solid #e2e8f0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user