Make “Recent Updates” a h2 instead of h1

This commit is contained in:
Philipp Oppermann
2017-10-10 09:37:41 +02:00
parent 087371d7b0
commit e23479bd9e
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ aside#toc {
font-size: 90%;
}
aside#recent-updates h1 {
aside#recent-updates h2 {
font-size: 110%;
margin-bottom: .2rem;
}

View File

@@ -55,7 +55,7 @@
</ul>
<aside id="recent-updates">
<h1>Recent Updates</h1>
<h2>Recent Updates</h2>
{% include "recent-updates.html" %}
</aside>