diff --git a/app/styles/_media_queries.scss b/app/styles/_media_queries.scss index d2f5c2dca7..dd23146c91 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) {