_sass/primer-markdown/lib/headings.scss in jekyll-theme-primer-0.3.1 vs _sass/primer-markdown/lib/headings.scss in jekyll-theme-primer-0.4.0

- old
+ new

@@ -1,17 +1,17 @@ // Needs refactoring // stylelint-disable selector-max-compound-selectors, selector-max-specificity -// stylelint-disable selector-no-type +// stylelint-disable selector-max-type .markdown-body { // Headings h1, h2, h3, h4, h5, h6 { - margin-top: ($margin * 1.5); - margin-bottom: $margin; + margin-top: $spacer-4; + margin-bottom: $spacer-3; font-weight: $font-weight-bold; line-height: $lh-condensed; .octicon-link { color: $black;