Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Created March 25, 2014 00:07
Show Gist options
  • Save NatalieMac/9752195 to your computer and use it in GitHub Desktop.
Save NatalieMac/9752195 to your computer and use it in GitHub Desktop.
html {
font-size: 0.875em; /* 14 pixels */
}
@media (min-width: 30em) {
html {
font-size: 1em; /* 16 pixels */
}
}
@media (min-width: 60em) {
html {
font-size: 1.125em; /* 18 pixels */
}
}
p {
font-size: 1em;
line-height: 1.5;
margin: 1em 0;
}
h1 {
font-size: 3.375em;
line-height: 1.125;
margin: 0.667em 0 0.296em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment