Skip to content

Instantly share code, notes, and snippets.

@jumbo
Created April 1, 2013 06:47
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 jumbo/5283531 to your computer and use it in GitHub Desktop.
Save jumbo/5283531 to your computer and use it in GitHub Desktop.
Media Query
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}
/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment