carhop__carhop-theme__DEV/resources/css/components/article-caroussel.css
Antoine M 4cd32a44cc
All checks were successful
continuous-integration/drone/push Build is passing
STYLE MAJOR CHANGE Reducing font-size and paddings everywhere
2025-10-08 15:51:47 +02:00

19 lines
285 B
CSS

.article-caroussel {
.swiper-pagination-fraction {
@apply hidden;
}
&--grid {
@apply grid grid-cols-2 gap-12;
}
&--slider {
/* @apply swiper; */
.swiper {
/* @apply pb-12; */
}
.article-card {
@apply h-auto;
}
}
}