Skip to content

Instantly share code, notes, and snippets.

@miclgael
Last active August 29, 2015 14:20
Show Gist options
  • Save miclgael/0bf4bcba705d77cafbec to your computer and use it in GitHub Desktop.
Save miclgael/0bf4bcba705d77cafbec to your computer and use it in GitHub Desktop.
Target retina devices with media queries
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
// target devices here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment