Skip to content

Instantly share code, notes, and snippets.

@adamcbrewer
Created January 18, 2014 15:34
Show Gist options
  • Save adamcbrewer/8492041 to your computer and use it in GitHub Desktop.
Save adamcbrewer/8492041 to your computer and use it in GitHub Desktop.
CSS: HD Media Query Snippet
@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
.logo {
background-image: url(../img/[email protected]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment