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 c0de55b commit 4eefa2dCopy full SHA for 4eefa2d
static/assets/stylesheet.css
@@ -331,6 +331,10 @@ tt {
331
font-size: 13pt !important;
332
}
333
334
+/* Leave space for navbar above footnote links */
335
+.footnote-number {
336
+ scroll-margin-top: 4rem;
337
+}
338
339
.nav .btn {
340
/*display: none;*/
@@ -350,12 +354,11 @@ tt {
350
354
left: 40vw;
351
355
352
356
353
-
357
:not(ref) > .superscript {
358
font-variant-position: super;
359
360
361
362
ul {
363
list-style: none;
364
padding-left: 0;
0 commit comments