Merge pull request #20 from BasixKOR/fix-header-gap

Fix header gap
This commit is contained in:
Vincent Prouillet 2020-07-19 10:38:50 +02:00 committed by GitHub
commit abb90ce53d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,6 +193,10 @@ a:hover {
padding: 0
}
.hack header + article {
margin-top: 20px;
}
.hack blockquote, .hack h1, .hack ol, .hack p, .hack ul {
margin-top: 20px;
margin-bottom: 20px