Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Last active October 2, 2015 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lonekorean/2347245 to your computer and use it in GitHub Desktop.
Save lonekorean/2347245 to your computer and use it in GitHub Desktop.
Media queries example
h1 { font-size: 2em; }
@media only screen and (min-width: 640px)
{
h1 { font-size: 3em; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment