Skip to content

Instantly share code, notes, and snippets.

@stephan-romhart
Last active November 17, 2021 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stephan-romhart/51ab250e243d60d98a8b18d454fb9d1d to your computer and use it in GitHub Desktop.
Save stephan-romhart/51ab250e243d60d98a8b18d454fb9d1d to your computer and use it in GitHub Desktop.
/* Globals */
body{
font-family:sans-serif;
font-size:2rem;
font-weight:400;
line-height:1.4;
}
section{
padding:var(--content-padding);
}
p,ul,figure{
margin-bottom:3rem;
}
h1,h2,h3,h4,h5,h6{
line-height:1.1;
}
h1{
font-size:4rem;
margin-bottom:3rem;
}
h2{
font-size:3rem;
margin-bottom:2rem;
}
h3{
font-size:2.5rem;
margin-bottom:1.5rem;
}
h4{
font-size:2.2rem;
font-weight:700;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment