From 0140d68e87e2a8cd9413b0d451256db125733052 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 14 Aug 2016 00:31:48 +0000 Subject: [PATCH] adjusted media query breakpoints --- app/assets/stylesheets/mobile.css.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile.css.erb b/app/assets/stylesheets/mobile.css.erb index 3347d614..324acdec 100644 --- a/app/assets/stylesheets/mobile.css.erb +++ b/app/assets/stylesheets/mobile.css.erb @@ -3,7 +3,7 @@ } /* Smartphones (portrait and landscape) ----------- */ -@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { +@media only screen and (max-device-width : 480px) { .upperLeftUI, .upperRightUI, .openCheatsheet, .mapInfoIcon, .uv-icon, .chat-box, #exploreMapsHeader { display: none !important; } @@ -76,7 +76,7 @@ } /* Smartphones (portrait) ----------- */ -@media only screen and (max-width : 320px) { +@media only screen and (max-width : 400px) { .map { width: 100%;