Increase headings-line-height from 1.1 to 1.2 (#24423)

This way, descenders are not cropped when truncating. Fixes #23956.
This commit is contained in:
Mark Otto 2017-10-18 19:48:35 -07:00 committed by GitHub
parent 40d242eddc
commit d94fec94b2
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ $h6-font-size: $font-size-base !default;
$headings-margin-bottom: ($spacer / 2) !default;
$headings-font-family: inherit !default;
$headings-font-weight: 500 !default;
$headings-line-height: 1.1 !default;
$headings-line-height: 1.2 !default;
$headings-color: inherit !default;
$display1-size: 6rem !default;