Skip to content

Instantly share code, notes, and snippets.

@cemerson
Created October 5, 2012 14:11
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 cemerson/3839994 to your computer and use it in GitHub Desktop.
Save cemerson/3839994 to your computer and use it in GitHub Desktop.
CSS: iPhone 5 Media Query
/* iPhone 5 only */
@media only screen and (min-width: 560px) and (max-device-width: 1136px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment