Update src/styles/SimpleSlider.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s

This commit is contained in:
freakoverse 2024-09-02 09:27:23 +00:00
parent 41240ee3fb
commit 24ea309dd1

View File

@ -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) {