summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-02-27 22:42:05 -0500
committerKyle Gunger <corechg@gmail.com>2020-02-27 22:42:05 -0500
commitfaad0a54572eed2b41c1a3807828ddfe8beb59ec (patch)
tree3534fb36839f4b31dcff0910c10b7b4bdfe33a37
parenta5b72c8db9eb658eee4d4df9111da960f2e2dc93 (diff)
[Webcards] Fix mobile layout
-rw-r--r--webcards/styles/client/mobile.css2
1 files changed, 1 insertions, 1 deletions
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
*/