Skip to content

Commit 3b63d50

Browse files
pricopmdo
authored andcommitted
Updated the small-font-size to use a round value
This is a backport from BS5 to BS4. As per #35553 The ```small-font -size``` will actually increase from ```13px``` to ```14px``` with this proposed change. Personally I'd prefer keeping it the BS5 way (```14px```), as the text is more readable now. If it's needed, I can do another PR with the ```$small-font-size: .8125rem !default;``` to resemble BS4 more closely but I feel like this would be a move forward even for BS4.
1 parent 5299abe commit 3b63d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ $display-line-height: $headings-line-height !default;
319319
$lead-font-size: $font-size-base * 1.25 !default;
320320
$lead-font-weight: 300 !default;
321321

322-
$small-font-size: 80% !default;
322+
$small-font-size: .875em !default;
323323

324324
$text-muted: $gray-600 !default;
325325

0 commit comments

Comments
 (0)