diff --git a/src/styles/footer.css b/src/styles/footer.css index 9191275..5820e14 100644 --- a/src/styles/footer.css +++ b/src/styles/footer.css @@ -65,7 +65,7 @@ footer::after{ } -@media (max-width: 1000px) { +@media (max-width: 1024px) { footer{ margin-top: 70px; diff --git a/src/styles/spickers.css b/src/styles/spickers.css index d36942f..852f02e 100644 --- a/src/styles/spickers.css +++ b/src/styles/spickers.css @@ -189,7 +189,31 @@ z-index: 1; } -@media (max-width: 1000px) { + + +/* Все планшеты (768px - 1024px) */ +@media (min-width: 768px) and (max-width: 1024px) { + + .spickers{ + margin-bottom: 200px; + } + + .spicker-left, .spicker-right{ + max-width: 90%; + } + + .spicker-left{ + margin-right: 70px; + margin-left: 8px; + } + + + +} + + + +@media (max-width: 768px) { /* Убираем ВСЕ десктопные псевдоэлементы */