Skip to content

Instantly share code, notes, and snippets.

@felixzapata
Created September 13, 2012 22:37
Show Gist options
  • Save felixzapata/3718231 to your computer and use it in GitHub Desktop.
Save felixzapata/3718231 to your computer and use it in GitHub Desktop.
media query for iPhone 5
/* iPhone 5 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment