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; }