#3254189: Change the root font size from browser default, typically 16px to 18px in Vartheme BS5 →
Having 1400px as the max
container
width with gutters.
That bring extra 200px to the page than Bootstrap 4
Assumes the browser default, typically`16px`
which looks small to read in modern websites.
// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins
// $font-size-base affects the font size of the body text
$font-size-root: null !default;
$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
$font-size-sm: $font-size-base * .875 !default;
$font-size-lg: $font-size-base * 1.25 !default;
Change the root font size from browser default, typically 16px to 18px
Fixed
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.