diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-27 22:56:56 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-02-27 22:56:56 -0500 |
commit | 3040a822085adeb9025ddc1a4573cf37cb37d377 (patch) | |
tree | f9990beaa210eae1456bc332bd5e3f88eece67cb | |
parent | 24726786b570984c6e7be4757243d2b1a40ced18 (diff) |
[Webcards] I don't have a good grasp of media querries
-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 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 */ |