style footnotes

main
Brian Hicks 2021-06-29 05:49:26 -05:00
parent a9c6dd7e52
commit 8613ca8cc7
1 changed files with 13 additions and 0 deletions

View File

@ -231,3 +231,16 @@ hr {
footer {
margin-top: 5em;
}
/* FOOTNOTES */
.footnote-definition {
padding-left: 1em;
font-size: 0.8em;
display: flex;
align-items: baseline;
}
.footnote-definition > sup {
margin-right: 1em;
}