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 *) {
@apply text-primary;
}
.related-articles:after {
@apply content-none hidden;
}
}

View File

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

View File

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