Fix post title spacing
This commit is contained in:
parent
e2d1dd0775
commit
e8cb910206
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user