Skip to content

Instantly share code, notes, and snippets.

@mrdavefoy
Last active April 11, 2019 13:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrdavefoy/ad09471e79699f8e3c2943316cd69792 to your computer and use it in GitHub Desktop.
Save mrdavefoy/ad09471e79699f8e3c2943316cd69792 to your computer and use it in GitHub Desktop.
CSS for subheading spacing
/* Subheading spacing */
p + h2,
ul + h2,
ol + h2 {
margin-top: 1.5em;
margin-bottom: 0.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment