Increase title margin for h2 inside posts

This commit is contained in:
Gabriel Augendre 2020-12-01 19:24:02 +01:00
parent 297e211d1c
commit f6299efad4
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -48,7 +48,7 @@ a {
border-bottom: .3ex solid var(--accent);
}
.index-page h2 {
.index-page h2, .article-detail h2 {
margin-top: 2em;
}