diff --git a/css/query.css b/css/query.css index 9a944de2..9801509a 100644 --- a/css/query.css +++ b/css/query.css @@ -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%; }