adjust base font size

Signed-off-by: Shane Miller <shanecm.ux@gmail.com>
This commit is contained in:
Shane Miller 2023-08-04 10:26:17 -07:00
parent 35a0da5237
commit b2502b43fb
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ $bd-callout-variants: info, warning, danger !default;
$font-family-sans-serif: "Avenir-Roman", "Avenir" !default;
$font-family-monospace: "Consolas" !default;
$line-height-base: 1.8 !default;
$font-size-root: 18px !default;
$font-size-root: 16px !default;
$font-size-base: 1.125rem !default;
$body-font-size: 19px !default;
$body-font-size: 16px !default;
// New color variables are below. The previous color variable found at the bottom of this file will be translated to these or removed once these new colors have been applied to enough of the docs content.