Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1670 from mstriemer/align-logo-320px
Browse files Browse the repository at this point in the history
Hang the logo over the stage at 320px
  • Loading branch information
johngruen committed Sep 23, 2014
2 parents 04cfc89 + 5f34325 commit ef29c38
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/styles/_media_queries.scss
Expand Up @@ -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) {

Expand Down

0 comments on commit ef29c38

Please sign in to comment.