Skip to content

Instantly share code, notes, and snippets.

@mware
Created October 13, 2015 16:23
Show Gist options
  • Save mware/8095d9424d8664240248 to your computer and use it in GitHub Desktop.
Save mware/8095d9424d8664240248 to your computer and use it in GitHub Desktop.
From chrome://newtab/
/* Document level adjustments for rems */
html {
font-size: 18px;
}
@media (max-width: 900px) {
html { font-size: 15px; }
}
@media (max-width: 400px) {
html { font-size: 13px; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment