fix: reduce h2 size on index
This commit is contained in:
parent
8613d6a2c7
commit
724ea38c3f
|
@ -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>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
}
|
||||
|
||||
> h2 {
|
||||
font-size: 1.25em;
|
||||
padding: 10px 0 0 20px;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue