chore: lint

This commit is contained in:
coderaiser 2023-12-12 19:57:07 +02:00
parent 60b682b62a
commit ba9915a1df

View file

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