Skip to content

Instantly share code, notes, and snippets.

@eriwen
Created January 2, 2013 02:54
Show Gist options
  • Save eriwen/4431743 to your computer and use it in GitHub Desktop.
Save eriwen/4431743 to your computer and use it in GitHub Desktop.
Interesting page type/size scaling idea
@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