| Index: scss/_content.scss |
| =================================================================== |
| --- a/scss/_content.scss |
| +++ b/scss/_content.scss |
| @@ -48,16 +48,18 @@ |
| h2, |
| h3, |
| h4, |
| h5, |
| h6 |
| { |
| /* Margin on top **only** (opinionated) */ |
| margin: 2em 0em 0.5em 0em; |
| + /* All headings should be bold (opinionated) */ |
| + font-weight: $bold-weight; |
| } |
| h1 |
| { |
| font-size: 2em; |
| } |
| h2 |