Skip to content

Instantly share code, notes, and snippets.

@rblakejohnson
Created June 2, 2013 05:19
Show Gist options
  • Select an option

  • Save rblakejohnson/5692696 to your computer and use it in GitHub Desktop.

Select an option

Save rblakejohnson/5692696 to your computer and use it in GitHub Desktop.
CSS: Retina media query
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment