From ba9915a1df9e5e1d47f8e7004ed962da3096ef91 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 12 Dec 2023 19:57:07 +0200 Subject: [PATCH] chore: lint --- css/query.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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%; }