diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-28 02:21:30 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-02-28 02:21:30 -0500 |
commit | a4d0d1190b74cd1bfb596b8a02a2deacce3ad86c (patch) | |
tree | b46f341f3e57102ee9e20d352cfc4f0dd5b48cad /styles | |
parent | 87ce9d1c162ac9606a9b4d817a5f3b486889a46f (diff) |
Fix mobile + Lobby omments
Diffstat (limited to 'styles')
-rw-r--r-- | styles/client/mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/client/mobile.css b/styles/client/mobile.css index cea233d..4659ce6 100644 --- a/styles/client/mobile.css +++ b/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 */ |