Skip to content

Instantly share code, notes, and snippets.

@bwsewell
Created October 3, 2012 02:37
Show Gist options
  • Save bwsewell/3824626 to your computer and use it in GitHub Desktop.
Save bwsewell/3824626 to your computer and use it in GitHub Desktop.
CSS for retina display
/* Retina Display */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
/* YOUR CSS HERE */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment