mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Change the default value of $font-size-sm to .875rem
This commit is contained in:
parent
4b63173a41
commit
0376146d71
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ $font-size-root: 16px !default;
|
|||
|
||||
$font-size-base: 1rem !default;
|
||||
$font-size-lg: 1.25rem !default;
|
||||
$font-size-sm: .85rem !default;
|
||||
$font-size-sm: .875rem !default;
|
||||
$font-size-xs: .75rem !default;
|
||||
|
||||
$font-size-h1: 2.5rem !default;
|
||||
|
|
Loading…
Add table
Reference in a new issue