Add top padding to footnotes section

This commit is contained in:
Leilukin 2024-06-06 21:56:43 +08:00 committed by Helen Chong
parent 15eb853b95
commit 71c98917cc

View File

@ -41,6 +41,7 @@
.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);
padding-top: 1em;
} }
.footnotes-list { .footnotes-list {