Closed z0ph closed 7 years ago
See these lines in _reset.scss
. I'd leave the variable font sizes alone and instead adjust the sizes in the reset. The theme scales the font sizes up/down globally depending on the width of the screen.
html {
/* apply a natural box layout model to all elements */
box-sizing: border-box;
background-color: $background-color;
font-size: 16px;
@include breakpoint($medium) {
font-size: 18px;
}
@include breakpoint($large) {
font-size: 20px;
}
@include breakpoint($x-large) {
font-size: 22px;
}
}
Hi @mmistakes ,
It's working, thanks a lot.
perfect!!!
Hi,
I'm trying to reduce the font size on my posts items using
_variables.scss
but it not applied properly. For me the font is too high.Detailled Screenshot
I've used this settings to review the change, but nothing happen on my posts items. The font it's still the same size (too big for me)
I've also tried to change
$doc-font-size
to10
I've tried to :
bundle exec jekyll clean
bundle exec jekyll build
Without success yet. The font does not change in matters of size.
Maybe I made a minimal mistake :)
Thanks for your help.
bundle update
.bundle exec jekyll build
.[ ] I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins.
Environment informations
jekyll
gem version: