Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

fix: reduce h2 size on index

This commit is contained in:
Bauke 2019-01-30 15:32:14 +01:00
parent 8613d6a2c7
commit 724ea38c3f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,7 @@
<a href="posts/may-2018.html">May</a>
</h2>
</article>
<h2>Extra</h2>
<h1>Extra</h1>
<article class="post">
<h2>
<a href="posts/template.html">Post Template (for devs/writers)</a>

View File

@ -10,6 +10,7 @@
}
> h2 {
font-size: 1.25em;
padding: 10px 0 0 20px;
}