mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix heading margins
This commit is contained in:
parent
95e27d0034
commit
248e0e4059
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue