From 23f7c3ab1ae5a6ea726eaf6ca448f899a472b8c6 Mon Sep 17 00:00:00 2001
From: Nico Jensen <mail@njensen.org>
Date: Mon, 21 Jun 2021 16:27:36 +0200
Subject: [PATCH] change h2 into div

---
 _sass/main.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_sass/main.scss b/_sass/main.scss
index 1930e91..be174d1 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -105,7 +105,7 @@ article.post:first-child {
   padding-top: 3.6rem;
 }
 
-article.post header.post-header h2.post-title {
+article.post header.post-header div.post-title h2 {
   margin-bottom: 0;
 }