mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Make “Recent Updates” a h2 instead of h1
This commit is contained in:
@@ -179,7 +179,7 @@ aside#toc {
|
|||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#recent-updates h1 {
|
aside#recent-updates h2 {
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
margin-bottom: .2rem;
|
margin-bottom: .2rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<aside id="recent-updates">
|
<aside id="recent-updates">
|
||||||
<h1>Recent Updates</h1>
|
<h2>Recent Updates</h2>
|
||||||
{% include "recent-updates.html" %}
|
{% include "recent-updates.html" %}
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user