Increase scroll margin block of foornote reference target
This commit is contained in:
parent
d6ea036102
commit
6946d5fb07
|
@ -38,6 +38,10 @@
|
|||
margin-left: 0.2em;
|
||||
}
|
||||
|
||||
.footnote-ref a:target {
|
||||
scroll-margin-block: calc(var(--sz-navbar-ht) + 5ex);
|
||||
}
|
||||
|
||||
.footnotes {
|
||||
margin-top: 3em;
|
||||
border-top: 0.15em solid var(--clr-title-border);
|
||||
|
|
Loading…
Reference in New Issue