Skip to content

Instantly share code, notes, and snippets.

@robneu
Created December 30, 2013 06:35
Show Gist options
  • Select an option

  • Save robneu/8178570 to your computer and use it in GitHub Desktop.

Select an option

Save robneu/8178570 to your computer and use it in GitHub Desktop.
Genesis chrome font size fix
/* Safari 3+ & Chrome1+ Specific Styles
--------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
body > div {
font-size: 16px;
font-size: 1.6rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment