From 3040a822085adeb9025ddc1a4573cf37cb37d377 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 22:56:56 -0500 Subject: [Webcards] I don't have a good grasp of media querries --- webcards/styles/client/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webcards/styles/client/mobile.css') diff --git a/webcards/styles/client/mobile.css b/webcards/styles/client/mobile.css index 4659ce6..cea233d 100644 --- a/webcards/styles/client/mobile.css +++ b/webcards/styles/client/mobile.css @@ -1,4 +1,4 @@ -@media (max-width: 599px) or (max-height: 500px) { +@media (max-width: 599px), (max-height: 500px) { /* Hide stuff */ -- cgit v1.2.3