summaryrefslogtreecommitdiff
path: root/webcards
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-02-27 22:56:56 -0500
committerKyle Gunger <corechg@gmail.com>2020-02-27 22:56:56 -0500
commit3040a822085adeb9025ddc1a4573cf37cb37d377 (patch)
treef9990beaa210eae1456bc332bd5e3f88eece67cb /webcards
parent24726786b570984c6e7be4757243d2b1a40ced18 (diff)
[Webcards] I don't have a good grasp of media querries
Diffstat (limited to 'webcards')
-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 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
*/