Skip to content

Instantly share code, notes, and snippets.

@rickydazla
Created July 8, 2014 18:27
Show Gist options
  • Save rickydazla/4b2925af47384d59654b to your computer and use it in GitHub Desktop.
Save rickydazla/4b2925af47384d59654b to your computer and use it in GitHub Desktop.
media query to target webkit
@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