1
0

Fix post title spacing

This commit is contained in:
Ryan Fox 2020-08-03 23:21:57 +00:00
parent e2d1dd0775
commit e8cb910206
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 10 additions and 4 deletions

View File

@ -126,7 +126,11 @@ h4 {
font-size: 20px;
}
div.title-subtext {
div.post-head h1 {
margin-bottom: 18px;
}
div.post-head span.subtext {
color: #555555;
font-weight: normal;
font-size: 20px;
@ -326,7 +330,7 @@ p.openring {
padding-bottom: 24px;
}
div.title-subtext {
div.post-head span.subtext {
font-size: 18px;
}

View File

@ -4,8 +4,10 @@ head: <meta name="description" content="{description}"/>
openring: yes
template: page
<h1>{title}</h1>
<div class="title-subtext"><span>Published on {date} by {author}</span></div></h1>
<div class="post-head">
<h1>{title}</h1>
<span class="subtext">Published on {date} by {author}</span>
</div>
{content}
<hr/>
{openring}