Created
January 25, 2018 12:34
-
-
Save amylaneio/af087ad88f593965d9231954ea97a104 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
/* Reduce margins above H3 headings */ | |
#content h3 { | |
margin-top: .5em; | |
margin-bottom: 0.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment