From c0442ce5cfc9621bc6cacb65e7e97a6c92d42270 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 26 Mar 2018 13:47:03 +0300 Subject: [PATCH] chore(query) add " " --- css/query.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/query.css b/css/query.css index 8d709270..bda5f93c 100644 --- a/css/query.css +++ b/css/query.css @@ -80,9 +80,9 @@ } } -/* iphone 6 landscape*/ +/* iphone 6 landscape */ @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape), -@media only screen and (max-height: 360px) and (max-width: 640px) { + @media only screen and (max-height: 360px) and (max-width: 640px) { .fm { height: 55%; }