Skip to content

Instantly share code, notes, and snippets.

@ceme
Created June 24, 2014 19:09
Show Gist options
  • Save ceme/7ae8dc27f8ddeb69321d to your computer and use it in GitHub Desktop.
Save ceme/7ae8dc27f8ddeb69321d to your computer and use it in GitHub Desktop.
Webkit specific styles with media query
@media screen and (-webkit-min-device-pixel-ratio:0) {
div{top:0;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment