Created
January 26, 2017 19:43
-
-
Save jeffreysfridge/415c74a6d62b0b58e826d02dac90de1d to your computer and use it in GitHub Desktop.
Remove top margin from first h tags
This file contains hidden or 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
* > h1:first-child, | |
* > h2:first-child, | |
* > h3:first-child, | |
* > h4:first-child, | |
* > h5:first-child { | |
margin-top: 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment