]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use variable for heading margin bottom in reboot
authorSimon Knox <psimyn@gmail.com>
Mon, 25 Sep 2017 09:22:43 +0000 (19:22 +1000)
committerMark Otto <markd.otto@gmail.com>
Wed, 4 Oct 2017 05:18:48 +0000 (22:18 -0700)
scss/_reboot.scss

index 29008b921ddc9d11b0268fa34d314171aa80f0ed..7dfc8d317fbf15f5bb32df7eefbc138468756548 100644 (file)
@@ -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