add support for footnotes

This commit is contained in:
gnat
2024-09-14 03:49:33 -07:00
parent 6cf11513d6
commit 48fd08dad7
3 changed files with 13 additions and 0 deletions

View File

@ -370,6 +370,11 @@ video {
display: block
}
sup {
font-size: smaller;
line-height: 0;
}
footnote {
font-size: 13px;
margin-top: 20px;