From 7b7713c1213d4295950715d6771d1cdd91d516c1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 16 Sep 2025 14:07:31 +0200 Subject: [PATCH] FEATURE optmizing css behaviour and responsiveness --- resources/css/libs/swiper.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/css/libs/swiper.css b/resources/css/libs/swiper.css index 80b03d7..6daf633 100644 --- a/resources/css/libs/swiper.css +++ b/resources/css/libs/swiper.css @@ -9,7 +9,7 @@ } .swiper-pagination { - @apply h-fit flex gap-4 lg:gap-12 !static; + @apply h-fit flex gap-4 lg:gap-8 2xl:gap-12 !static; top: unset !important; bottom: 0px !important; z-index: 100 !important; @@ -28,15 +28,18 @@ } .swiper-controls { - @apply flex justify-start gap-6 pt-12 static; + @apply flex justify-start gap-6 pt-6 pb-10 static overflow-visible; .swiper-button-next, .swiper-button-prev { - @apply static block border border-primary p-12 rounded-full; + @apply static block border border-primary p-12 rounded-full transition-all duration-300; &:after { @apply left-1/2 top-1/2 block w-fit; transform: translate(-50%, -50%); } + &:hover { + @apply scale-105; + } } } .swiper-wrapper {