Compare commits

..

3 Commits

3 changed files with 6 additions and 2 deletions

View File

@ -195,4 +195,8 @@
:is(p, span, h1, h2, h3, h4, h5, h6):not(.article-card *) { :is(p, span, h1, h2, h3, h4, h5, h6):not(.article-card *) {
@apply text-primary; @apply text-primary;
} }
.related-articles:after {
@apply content-none hidden;
}
} }

View File

@ -1,5 +1,5 @@
.featured-news { .featured-news {
@apply bg-carhop-blue-50 py-20; @apply bg-carhop-blue-50 py-20 !my-0;
.swiper-actions-wrapper, .swiper-actions-wrapper,
.swiper-pagination-fraction, .swiper-pagination-fraction,

View File

@ -14,7 +14,7 @@
font-weight: 700; font-weight: 700;
@apply tracking-widest; @apply tracking-widest;
} }
p.has-text-align-center,
h1.has-text-align-center, h1.has-text-align-center,
h2.has-text-align-center, h2.has-text-align-center,
h3.has-text-align-center, h3.has-text-align-center,