chore: lint

This commit is contained in:
coderaiser 2023-07-09 12:43:24 +03:00
parent f1279666b5
commit 4717e035ee
173 changed files with 1388 additions and 1627 deletions

View file

@ -103,7 +103,7 @@
}
/* iphone 6 landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape),
@media only screen and (device-width >= 375px) and (device-width <= 667px) and (orientation: landscape),
@media only screen and (max-height: 360px) and (max-width: 640px) {
.fm {
height: 55%;