From ebc42c9fca3fdb98c3e5bc5e49646de04faf9cf1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 May 2026 11:56:04 +0200 Subject: [PATCH] STYLE PAdding fix --- resources/css/blocks/featured-news.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/featured-news.css b/resources/css/blocks/featured-news.css index e7228a9..c17a938 100644 --- a/resources/css/blocks/featured-news.css +++ b/resources/css/blocks/featured-news.css @@ -1,5 +1,5 @@ .featured-news { - @apply bg-carhop-blue-50 py-20 !my-0; + @apply bg-carhop-blue-50 py-20 !my-0 px-4 md:px-10 ; .swiper-actions-wrapper, .swiper-pagination-fraction, @@ -7,6 +7,11 @@ @apply px-4 md:px-20; } + .swiper-pagination, + .swiper-pagination-fraction{ + @apply !px-0; + } + .swiper-wrapper { @apply items-end; }