forked from TrueCloudLab/rclone
docs: fix in-page anchor navigation positioning
This commit is contained in:
parent
59c75ba442
commit
4daecd3158
1 changed files with 5 additions and 1 deletions
6
docs/static/css/custom.css
vendored
6
docs/static/css/custom.css
vendored
|
@ -43,7 +43,11 @@ h3:hover .header-link,
|
|||
h4:hover .header-link,
|
||||
h5:hover .header-link,
|
||||
h6:hover .header-link {
|
||||
opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
h2, h3, h4, h5, h6 {
|
||||
padding-top: 55px;
|
||||
margin-top: -44px;
|
||||
}
|
||||
|
||||
/* Fix spacing between menu items */
|
||||
|
|
Loading…
Reference in a new issue