fix bug with bigArticleTitle

This commit is contained in:
Gabriele Musco 2021-12-26 09:38:22 +01:00
parent cc586c6f95
commit eed9a3b2ca
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ h6 {font-size: 0.7 * $base_font_size * $title_font_mult;}
&.single {
{{ if (.Site.Params.bigArticleTitle | default false) }}
h1 {
font-size: 2.2em * $base_font_size * $title_font_mult};
font-size: 2.2em * $base_font_size * $title_font_mult;
}
{{ end }}
}