добавлен адаптив под альбомный вид телефона

This commit is contained in:
DmitriyB
2022-08-01 18:19:55 +05:00
parent f99f5cc934
commit 9d05fedb09
+13
View File
@@ -556,3 +556,16 @@
height: 46px; height: 46px;
} }
} }
@media screen and (max-height: 640px) {
.main-part-container {
width: 100%;
height: 100%;
gap: 50px;
padding: 50px 12% 16px 12%;
}
.main-part-plan-content {
padding: 0px 0 0 0;
}
}