diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-27 22:42:05 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-02-27 22:42:05 -0500 |
commit | faad0a54572eed2b41c1a3807828ddfe8beb59ec (patch) | |
tree | 3534fb36839f4b31dcff0910c10b7b4bdfe33a37 /webcards/styles/client | |
parent | a5b72c8db9eb658eee4d4df9111da960f2e2dc93 (diff) |
[Webcards] Fix mobile layout
Diffstat (limited to 'webcards/styles/client')
-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 */ |