Skip to content

Instantly share code, notes, and snippets.

@Kimmich-DigitalMedia
Created May 21, 2014 07:20
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 Kimmich-DigitalMedia/ccf7e40fc5186e8f8242 to your computer and use it in GitHub Desktop.
Save Kimmich-DigitalMedia/ccf7e40fc5186e8f8242 to your computer and use it in GitHub Desktop.
@media screen and (device-aspect-ratio: 40/71) {
}
or
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment