fix bug with bigArticleTitle (2)

This commit is contained in:
Gabriele Musco 2021-12-26 09:42:44 +01:00
parent eed9a3b2ca
commit b1b09d7ee4
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 { &.single {
{{ if (.Site.Params.bigArticleTitle | default false) }} {{ if (.Site.Params.bigArticleTitle | default false) }}
h1 { h1 {
font-size: 2.2em * $base_font_size * $title_font_mult; font-size: #{2.2 * $base_font_size * $title_font_mult};
} }
{{ end }} {{ end }}
} }