Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Last active December 12, 2015 10:19
Show Gist options
  • Save ahaywood/4758023 to your computer and use it in GitHub Desktop.
Save ahaywood/4758023 to your computer and use it in GitHub Desktop.
CSS: Media Query - iPhone 4
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment