Skip to content

Instantly share code, notes, and snippets.

@saltnpixels
Created April 28, 2021 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saltnpixels/b73793bceb25d9efa8f31b5dc1ecebd3 to your computer and use it in GitHub Desktop.
Save saltnpixels/b73793bceb25d9efa8f31b5dc1ecebd3 to your computer and use it in GitHub Desktop.
:root {
--fs-base: 1.6rem;
--fs-m: 1.8rem;
--fs-s: 1.4rem;
}
p {
margin: 1rem 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
line-height: 1.3;
margin: 3rem 0 1rem;
& a {
color: inherit;
text-decoration: none;
}
}
h1 {
font-size: 5.653rem;
font-weight: var(--fw-bold);
margin-top: 0;
}
h2, .h2 {
font-size: 3.998rem;
font-weight: 600;
&:first-child {
margin-top: 0;
}
}
h3, .h3 {font-size: 2.827rem;}
h4, .h4 {font-size: 1.999rem;}
h5, .h5 {font-size: 1.414rem;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment