Compare commits

..

No commits in common. "78347545733c99e0a8a5d2859bf49a219dc66e48" and "974a99359f850de3ca1001d3c989c588ff122256" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View File

@ -6,7 +6,6 @@
&--director { &--director {
@apply bg-primary; @apply bg-primary;
p,
.author-card__name a, .author-card__name a,
.author-card__bio { .author-card__bio {
@apply text-white; @apply text-white;

View File

@ -1,7 +1,4 @@
.article-caroussel { .article-caroussel {
.swiper-pagination-fraction {
@apply hidden;
}
&--grid { &--grid {
@apply grid grid-cols-2 gap-12; @apply grid grid-cols-2 gap-12;
} }

View File

@ -5,9 +5,7 @@
@apply grid grid-cols-1 gap-x-24 gap-y-20 !py-0; @apply grid grid-cols-1 gap-x-24 gap-y-20 !py-0;
@screen lg { @screen lg {
grid-template-columns: 61.8fr 38.2fr; grid-template-columns: 61.8fr 38.2fr;
} @apply !py-16;
@screen 2xl {
@apply !py-6;
} }
} }