Skip to content

Instantly share code, notes, and snippets.

@jeffreysfridge
Created January 26, 2017 19:43
Show Gist options
  • Save jeffreysfridge/415c74a6d62b0b58e826d02dac90de1d to your computer and use it in GitHub Desktop.
Save jeffreysfridge/415c74a6d62b0b58e826d02dac90de1d to your computer and use it in GitHub Desktop.
Remove top margin from first h tags
* > 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