Skip to content

Instantly share code, notes, and snippets.

@ericmasiello
Created March 6, 2020 17:39
Show Gist options
  • Save ericmasiello/b0846fb8863b973dfeec73fd8f843361 to your computer and use it in GitHub Desktop.
Save ericmasiello/b0846fb8863b973dfeec73fd8f843361 to your computer and use it in GitHub Desktop.
html {
box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica , Arial, sans-serif;
}
*, *::before, *::after {
box-sizing: inherit;
}
h1 {
font-size: 3.2rem;
line-height: 1.2;
margin-top: 0;
margin-bottom: 0.5em;
}
p {
margin-top: 0;
margin-bottom: 0.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment