Footnote styling tweak

This commit is contained in:
Nathan McCarty 2025-02-11 17:52:37 -05:00
parent 65984360f1
commit 9151bcf04c

View file

@ -37,6 +37,19 @@ body, .post, .series {
width: 100%;
}
/* Footnotes */
.footnotes {
display: flex;
flex-direction: column;
align-tems: left;
width: 100%;
box-sizing: border-box;
}
.footnotes > hr {
width: 95%;
box-sizing: border-box;
}
/* Style the site header */
.site-header {
display: flex;