Skip to content

Instantly share code, notes, and snippets.

@chadsten
Created June 25, 2013 19:02
Show Gist options
  • Select an option

  • Save chadsten/5861358 to your computer and use it in GitHub Desktop.

Select an option

Save chadsten/5861358 to your computer and use it in GitHub Desktop.
.title {
color: blue;
text-transform: uppercase;
@media all and (max-width: 480/16*1em) {
font-size: 14/16*1em;
}
@media all and (min-width: 481/16*1em) {
font-size: 16/16*1em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment