]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix heading margins
authorMark Otto <markdotto@gmail.com>
Thu, 4 Dec 2014 09:03:23 +0000 (01:03 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 4 Dec 2014 09:03:23 +0000 (01:03 -0800)
scss/_type.scss

index 4269b4526c13ac57733d0f44101b10e1ea59ac2b..b0739c09f53c4c1a0bffc7b19155c7a4c1941f3b 100644 (file)
@@ -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 {