docs: increase space around titles for better visual feel

This commit is contained in:
Nick Craig-Wood 2020-05-22 11:18:27 +01:00
parent 050879f0ca
commit 79b011305e
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ h6:hover .header-link {
/* more space before headings */
h1, h2, h3, h4, h5, h6 {
margin-top: 12px;
margin-top: 12px;
padding: 15px 0px;
}
/* Fix spacing of info boxes */