From 24ea309dd1890ec8086c429034871380cad468b5 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 2 Sep 2024 09:27:23 +0000 Subject: [PATCH] Update src/styles/SimpleSlider.css --- src/styles/SimpleSlider.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/SimpleSlider.css b/src/styles/SimpleSlider.css index e9c69ae..60bf918 100644 --- a/src/styles/SimpleSlider.css +++ b/src/styles/SimpleSlider.css @@ -57,7 +57,7 @@ .swiper-button-next:after, .swiper-button-prev:after { - font-size: 18px; + font-size: 18px!important; } @media (max-width: 992px) { @@ -65,7 +65,7 @@ .simple-slider .swiper-button-prev { bottom: 0; top: unset; - width: 48%; + width: 45%; height: unset; padding: 10px; } @@ -275,6 +275,8 @@ } .swiper-pagination { + display: none; + bottom: -10px !important; } @media (max-width: 992px) {