Add left magin to footnote reference

This commit is contained in:
Leilukin 2024-05-18 00:10:04 +08:00 committed by Helen Chong
parent 1296995902
commit d20f6706dd
2 changed files with 8 additions and 0 deletions

View File

@ -400,6 +400,10 @@ main {
}
/* FOOTNOTES */
.footnote-ref {
margin-left: 0.2em;
}
.footnotes {
margin-top: 3em;
border-top: 0.15em solid var(--clr-title-border);

View File

@ -400,6 +400,10 @@ main {
}
/* FOOTNOTES */
.footnote-ref {
margin-left: 0.2em;
}
.footnotes {
margin-top: 3em;
border-top: 0.15em solid var(--clr-title-border);