Created
April 6, 2020 23:40
-
-
Save dannysmith/0cdf7bde3a20a9453d47c20155ba1d82 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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