docs: increase space around titles for better visual feel
This commit is contained in:
parent
050879f0ca
commit
79b011305e
1 changed files with 2 additions and 1 deletions
3
docs/static/css/custom.css
vendored
3
docs/static/css/custom.css
vendored
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue