diff --git a/template-blocks/home/show-thematiques/show-thematiques.css b/template-blocks/home/show-thematiques/show-thematiques.css index 3902f27..7d19f98 100755 --- a/template-blocks/home/show-thematiques/show-thematiques.css +++ b/template-blocks/home/show-thematiques/show-thematiques.css @@ -12,8 +12,11 @@ @apply pt-24 pb-16 w-full flex-col lg:flex-row gap-y-20; } -.swiper-slide .card-thematique { - @apply h-full; +.swiper-slide { + @apply h-auto; + .card-thematique { + @apply h-full; + } } .thematique-button-next,