0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Use variable for heading margin bottom in reboot

This commit is contained in:
Simon Knox 2017-09-25 19:22:43 +10:00 committed by Mark Otto
parent f2725a6721
commit e731353aac

View File

@ -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