d9a7bf4959
modified: begushiybashkir/src/scripts/script.js modified: begushiybashkir/src/style/mobile.css modified: begushiybashkir/src/style/slider.css add controls button to slider
21 lines
377 B
CSS
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;
|
|
}
|
|
} |