Created
July 8, 2014 18:27
-
-
Save rickydazla/4b2925af47384d59654b to your computer and use it in GitHub Desktop.
media query to target webkit
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 screen and (-webkit-min-device-pixel-ratio:0) { | |
/* address inconsistencies here */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment