From a9aabea586f7e1b144e4a1012dbeee2aad69ab10 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 8 Apr 2026 16:39:28 +0200 Subject: [PATCH] FIX appearance --- resources/css/blocks/featured-news.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/css/blocks/featured-news.css b/resources/css/blocks/featured-news.css index a56ef8d..e7228a9 100644 --- a/resources/css/blocks/featured-news.css +++ b/resources/css/blocks/featured-news.css @@ -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; }