Increase title margin for h2 inside posts
This commit is contained in:
parent
297e211d1c
commit
f6299efad4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ a {
|
||||||
border-bottom: .3ex solid var(--accent);
|
border-bottom: .3ex solid var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-page h2 {
|
.index-page h2, .article-detail h2 {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue