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

This commit is contained in:
sshakndr
2025-02-18 14:07:35 +07:00
committed by Sergey Linnik
parent c65eb623a2
commit 8c136540be
2 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,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;