Commit 248e0e40 authored by Mark Otto's avatar Mark Otto

fix heading margins

parent 95e27d00
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment