From faad0a54572eed2b41c1a3807828ddfe8beb59ec Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 22:42:05 -0500 Subject: [Webcards] Fix mobile layout --- webcards/styles/client/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcards/styles/client/mobile.css b/webcards/styles/client/mobile.css index cea233d..4659ce6 100644 --- a/webcards/styles/client/mobile.css +++ b/webcards/styles/client/mobile.css @@ -1,4 +1,4 @@ -@media (max-width: 599px), (max-height: 500px) { +@media (max-width: 599px) or (max-height: 500px) { /* Hide stuff */ -- cgit v1.2.3