Increase white-space between headings

This commit is contained in:
Michael Rose 2016-04-07 21:17:26 -04:00
parent 8115e439b2
commit f2153d5b7e
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ body {
}
h1, h2, h3, h4, h5, h6 {
margin: 1.414em 0 0.5em;
margin: 2em 0 0.5em;
line-height: 1.2;
font-family: $header-font-family;
font-weight: bold;

File diff suppressed because one or more lines are too long