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