Files
tp/begushiybashkir/src/style/mobile.css
T
valitovgaziz d9a7bf4959 modified: begushiybashkir/src/index.html
modified:   begushiybashkir/src/scripts/script.js
	modified:   begushiybashkir/src/style/mobile.css
	modified:   begushiybashkir/src/style/slider.css
add controls button to slider
2025-08-20 20:09:06 +05:00

21 lines
377 B
CSS

/* Адаптивность для мобильных */
@media (max-width: 768px) {
.slider-controls {
bottom: 10px;
}
.slider-prev, .slider-next {
width: 35px;
height: 35px;
font-size: 16px;
}
.slider-indicator {
bottom: 5px;
}
.slider-dot {
width: 10px;
height: 10px;
}
}