Skip to content

Commit

Permalink
Remove large font for small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
kangax committed Jan 22, 2014
1 parent eae9c33 commit b43c6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/master.css
Expand Up @@ -175,9 +175,9 @@ html, body {
@media only screen @media only screen
and (min-device-width : 320px) and (min-device-width : 320px)
and (max-device-width : 480px) { and (max-device-width : 480px) {
body { /*body {
font-size: 3.5em; font-size: 3.5em;
} }*/
.filter { .filter {
position: static !important; position: static !important;
} }
Expand Down

0 comments on commit b43c6fb

Please sign in to comment.