From: Simon Knox Date: Mon, 25 Sep 2017 09:22:43 +0000 (+1000) Subject: Use variable for heading margin bottom in reboot X-Git-Tag: v4.0.0-beta.2~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e731353aac337875388accd4b161088d61c2e66f;p=thirdparty%2Fbootstrap.git Use variable for heading margin bottom in reboot --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 29008b921d..7dfc8d317f 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -93,7 +93,7 @@ hr { // margin for easier control within type scales as it avoids margin collapsing. h1, h2, h3, h4, h5, h6 { margin-top: 0; - margin-bottom: .5rem; + margin-bottom: $headings-margin-bottom; } // Reset margins on paragraphs