aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <[email protected]>2017-09-25 19:22:43 +1000
committerMark Otto <[email protected]>2017-10-03 22:18:48 -0700
commite731353aac337875388accd4b161088d61c2e66f (patch)
tree92595eef68b5d5547c0ba49c5af2ffd7233ee27e
parentf2725a6721f222b084ab96059555ccf3c9fd3464 (diff)
downloadbootstrap-e731353aac337875388accd4b161088d61c2e66f.tar.xz
bootstrap-e731353aac337875388accd4b161088d61c2e66f.zip
Use variable for heading margin bottom in reboot
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 29008b921..7dfc8d317 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