css: fix missing padding on gitea-generated h2/h3 markdown

This commit is contained in:
mappu 2020-05-24 17:49:33 +12:00
parent 200cf0ee2c
commit 7dc82fef8b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ h1 a {
h1 a:hover {
color:black;
}
h1,h2,h3 {
h1 {
margin-top:0;
}
.code {