Skip to content

Instantly share code, notes, and snippets.

@dannysmith
Created April 6, 2020 23:40
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 dannysmith/0cdf7bde3a20a9453d47c20155ba1d82 to your computer and use it in GitHub Desktop.
Save dannysmith/0cdf7bde3a20a9453d47c20155ba1d82 to your computer and use it in GitHub Desktop.
article > * {
font-family: var(--font-copy);
line-height: 1.5;
max-width: 33rem;
margin-left: auto;
margin-right: auto;
}
// Natural flow margin
article > * + * {
margin-top: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment