removed bottom margin of blog header

This commit is contained in:
2021-04-11 00:58:38 +02:00
parent a5cb02d098
commit 54d139cce1
2 changed files with 6 additions and 1 deletions

View File

@@ -142,6 +142,11 @@ main a:hover {
font-size: large;
}
h2.blog-head {
margin-bottom: 0px;
}
p.blog-date {
margin-top: 20px;
margin-bottom: 0px;