diff options
Diffstat (limited to 'webcards/styles')
-rw-r--r-- | webcards/styles/client/mobile.css | 2 |
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 */ |