added option to make article title in single bigger

This commit is contained in:
Gabriele Musco 2021-04-19 12:01:09 +02:00
parent 5bb25de4f9
commit 0be6633185
No known key found for this signature in database
GPG key ID: 8539FD3454380B83
3 changed files with 10 additions and 1 deletions

View file

@ -221,6 +221,14 @@ h1, h2, h3, h4, h5, h6 {
padding: 20px;
padding-top: 1px;
}
&.single {
{{ if (.Site.Params.bigArticleTitle | default false) }}
h1 {
font-size: 2.2em;
}
{{ end }}
}
}
.postlist {