Created
February 27, 2014 23:07
-
-
Save pedrofelipe/9261630 to your computer and use it in GitHub Desktop.
Media query para suportar telas Retina
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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