From 5f343253005bbc041287de0f529c3cffca83ac28 Mon Sep 17 00:00:00 2001 From: Mark Striemer Date: Thu, 18 Sep 2014 10:42:53 -0500 Subject: [PATCH] Hang the logo over the stage at 320px --- app/styles/_media_queries.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/styles/_media_queries.scss b/app/styles/_media_queries.scss index 1007a79cd1..31b2720e6a 100644 --- a/app/styles/_media_queries.scss +++ b/app/styles/_media_queries.scss @@ -130,14 +130,6 @@ only screen and (orientation:landscape) and (min-width:481px) and (max-height:48 } } -@media only screen and (max-width: 320px) { - #main-content { - margin: 0 auto; - min-height: 0; - width: 94%; - } -} - //You know...for the trusted UI @media only screen and (max-width:319px) {