Skip to content

Commit

Permalink
Use variable for heading margin bottom in reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
psimyn authored and mdo committed Oct 4, 2017
1 parent f2725a6 commit e731353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e731353

Please sign in to comment.