fix(php): support for mobile screens with width less than 320px

This commit is contained in:
sshakndr
2025-02-18 14:05:11 +07:00
committed by Sergey Linnik
parent 9c96a577b4
commit c65eb623a2
2 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ header a {
}
}
@media (max-width: 592px) and (min-width: 320px) {
@media (max-width: 592px) {
.center, .table-main {
width: 100%;
}

View File

@ -641,7 +641,7 @@
}
}
@media (max-width: 420px) and (min-width: 320px) {
@media (max-width: 420px) {
.tableRow,
menu.links {
width: 25%;
@ -717,7 +717,7 @@
max-width: 45%;
}
}
@media (max-width: 600px) and (min-width: 320px) {
@media (max-width: 600px) {
.main-panel{
display: flex;
flex-direction: column;
@ -744,7 +744,7 @@
}
}
@media (max-width: 592px) and (min-width: 320px) {
@media (max-width: 592px) {
body.menu-open {
overflow: hidden;
}