hadnling swiper slide card heigh

This commit is contained in:
Antoine M 2023-12-07 17:17:58 +01:00
parent 5d05832219
commit f1b4ace6c1

View File

@ -12,8 +12,11 @@
@apply pt-24 pb-16 w-full flex-col lg:flex-row gap-y-20; @apply pt-24 pb-16 w-full flex-col lg:flex-row gap-y-20;
} }
.swiper-slide .card-thematique { .swiper-slide {
@apply h-full; @apply h-auto;
.card-thematique {
@apply h-full;
}
} }
.thematique-button-next, .thematique-button-next,