Created
January 25, 2018 12:36
-
-
Save amylaneio/6d11eafe1f36b973872d81330e85da73 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: 0em; | |
margin-bottom: 0.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment