Add left magin to footnote reference
This commit is contained in:
parent
1296995902
commit
d20f6706dd
@ -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…
x
Reference in New Issue
Block a user