change h2 into div

This commit is contained in:
Nico Jensen 2021-06-21 16:27:36 +02:00
parent c0b68f3377
commit 23f7c3ab1a

View file

@ -105,7 +105,7 @@ article.post:first-child {
padding-top: 3.6rem; padding-top: 3.6rem;
} }
article.post header.post-header h2.post-title { article.post header.post-header div.post-title h2 {
margin-bottom: 0; margin-bottom: 0;
} }