FIX appearance

This commit is contained in:
Antoine M 2026-04-08 16:39:28 +02:00
parent d07a6f63f7
commit a9aabea586

View File

@ -7,6 +7,13 @@
@apply px-4 md:px-20;
}
.swiper-wrapper {
@apply items-end;
}
.featured-news-swiper {
@apply overflow-visible;
}
&__inner {
@apply max-w-screen-2xl mx-auto;
}