design/public/assets/css/Simple-Slider-Simple-Slider.css
free ko 3f7e5722d5
All checks were successful
publish / Build-and-publish (push) Successful in 17s
landing page edit
2024-11-19 17:01:33 +02:00

26 lines
496 B
CSS

.simple-slider .swiper-slide {
height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
/*width: 50px;*/
margin-left: 20px;
margin-right: 20px;
}
@media (max-width:767px) {
.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
/*display: none;*/
}
}
@media (max-width:767px) {
.simple-slider .swiper-slide {
height: 360px;
}
}