We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdabfd0 commit 292dabfCopy full SHA for 292dabf
doc/_static/style.css
@@ -512,3 +512,7 @@ aside.footnote > span + p { margin-block-start: unset; }
512
}
513
*/
514
515
+/* move the target off the top of the viewport by a little */
516
+:target {
517
+ scroll-margin-block-start: 2em;
518
+}
website/www/_static/style.css
@@ -512,6 +512,11 @@ aside.footnote > span + p { margin-block-start: unset; }
519
+
520
/* website only */
521
/* assume desktop reader for local html files, also no contact
522
page for local doc files */
0 commit comments