diff options
| author | Mark Otto <[email protected]> | 2015-11-12 22:07:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-12 22:07:06 -0800 |
| commit | f29eb4d213130796898a30d3fa2b3d056c485d43 (patch) | |
| tree | 7cf48009b27e6ef463e41c0b9374d38ed8080088 | |
| parent | 078c7cac8d248022248c11ffacd3d58ca883df64 (diff) | |
| parent | 0376146d7186f1c73468631792c2fbc639273670 (diff) | |
| download | bootstrap-f29eb4d213130796898a30d3fa2b3d056c485d43.tar.xz bootstrap-f29eb4d213130796898a30d3fa2b3d056c485d43.zip | |
Merge pull request #17241 from tagliala/font-size-sm-fix
v4: Change the default value of $font-size-sm to .875rem
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index dd331d9bc..7d3453d03 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -134,7 +134,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; |
