Finished adaptation for mobile

This commit is contained in:
MaxOvs19
2023-03-14 18:07:45 +03:00
parent 9cb9eb0abb
commit 021c07f0c6
8 changed files with 66 additions and 42 deletions

View File

@@ -39,6 +39,8 @@ export const SliderWorkers = ({}) => {
if (window.innerWidth < 575) {
settings.slidesToShow = 1;
} else if (window.innerWidth < 1440) {
settings.slidesToShow = 2;
}
return (

View File

@@ -105,7 +105,7 @@
}
}
@media (max-width: 575.98px) {
@media (max-width: 1024px) {
&__title {
flex-direction: column;
padding: 120px 0 56px 0;