From a4d0d1190b74cd1bfb596b8a02a2deacce3ad86c Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 28 Feb 2020 02:21:30 -0500 Subject: Fix mobile + Lobby omments --- styles/client/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles') 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 */ -- cgit v1.2.3