From e23479bd9e8b91e8d7f9f4cb85f44ba794e129ff Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 10 Oct 2017 09:37:41 +0200 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=9CRecent=20Updates=E2=80=9D=20a?= =?UTF-8?q?=20h2=20instead=20of=20h1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/static/css/main.css | 2 +- blog/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/static/css/main.css b/blog/static/css/main.css index 7e3df870..b04e43d8 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -179,7 +179,7 @@ aside#toc { font-size: 90%; } - aside#recent-updates h1 { + aside#recent-updates h2 { font-size: 110%; margin-bottom: .2rem; } diff --git a/blog/templates/index.html b/blog/templates/index.html index 7af1c00f..547de502 100644 --- a/blog/templates/index.html +++ b/blog/templates/index.html @@ -55,7 +55,7 @@