aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-04 01:03:23 -0800
committerMark Otto <[email protected]>2014-12-04 01:03:23 -0800
commit248e0e40591f6a41b945eb598dca82a1de4c4a2e (patch)
tree499f3136f131b06e04da2df22af472639c5d70dc /scss
parent95e27d00346b87cbf07c0c871a826a550617d439 (diff)
downloadbootstrap-248e0e40591f6a41b945eb598dca82a1de4c4a2e.tar.xz
bootstrap-248e0e40591f6a41b945eb598dca82a1de4c4a2e.zip
fix heading margins
Diffstat (limited to 'scss')
-rw-r--r--scss/_type.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 4269b4526..b0739c09f 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -25,7 +25,7 @@ h1, h2, h3, h4, h5, h6,
h1, .h1,
h2, .h2,
h3, .h3 {
- margin-bottom: ($line-height-computed / 2);
+ margin-bottom: ($spacer / 2);
small,
.small {
@@ -35,7 +35,7 @@ h3, .h3 {
h4, .h4,
h5, .h5,
h6, .h6 {
- margin-bottom: ($line-height-computed / 2);
+ margin-bottom: ($spacer / 2);
small,
.small {