Skip to content

Instantly share code, notes, and snippets.

@pedrofelipe
Created February 27, 2014 23:07
Show Gist options
  • Save pedrofelipe/9261630 to your computer and use it in GitHub Desktop.
Save pedrofelipe/9261630 to your computer and use it in GitHub Desktop.
Media query para suportar telas Retina
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
/* Tudo o que for Retina aqui */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment