added option to make article title in single bigger
This commit is contained in:
parent
5bb25de4f9
commit
0be6633185
3 changed files with 10 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue