Created
January 2, 2013 02:54
-
-
Save eriwen/4431743 to your computer and use it in GitHub Desktop.
Interesting page type/size scaling idea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (min-width: 64.375em) | |
body | |
font-size: 137.5% | |
max-width: 46rem | |
width: 60% | |
@media screen and (min-width: 50em) | |
body | |
font-size: 125% | |
width: 70% | |
@media screen and (min-width: 37.5em) | |
body | |
font-size: 112.5% | |
width: 80% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment