Add top padding to footnotes section

This commit is contained in:
Helen Chong 2024-06-06 21:56:43 +08:00
parent c1cbcb177c
commit c3cda750ce
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
.footnotes {
margin-top: 3em;
border-top: 0.15em solid var(--clr-title-border);
padding-top: 1em;
}
.footnotes-list {