Increases margin on tight-headings so that there isn’t interaction between two adjacent H1/H2 blocks

This commit is contained in:
Christopher Neugebauer 2017-08-15 15:07:44 -07:00
parent eb6928be81
commit 2fbc85db8e

View file

@ -179,7 +179,7 @@ $homepage-block-min-height: 480px;
.tight-headings { .tight-headings {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
margin: 0; margin: 0.05em;
} }
} }