Add left magin to footnote reference
This commit is contained in:
parent
705d8706fb
commit
72befa7545
|
@ -400,6 +400,10 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FOOTNOTES */
|
/* FOOTNOTES */
|
||||||
|
.footnote-ref {
|
||||||
|
margin-left: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
.footnotes {
|
.footnotes {
|
||||||
margin-top: 3em;
|
margin-top: 3em;
|
||||||
border-top: 0.15em solid var(--clr-title-border);
|
border-top: 0.15em solid var(--clr-title-border);
|
||||||
|
|
|
@ -400,6 +400,10 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FOOTNOTES */
|
/* FOOTNOTES */
|
||||||
|
.footnote-ref {
|
||||||
|
margin-left: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
.footnotes {
|
.footnotes {
|
||||||
margin-top: 3em;
|
margin-top: 3em;
|
||||||
border-top: 0.15em solid var(--clr-title-border);
|
border-top: 0.15em solid var(--clr-title-border);
|
||||||
|
|
Loading…
Reference in New Issue