Update footnote styling

This commit is contained in:
2026-01-30 13:15:58 -08:00
parent 5e42f526ac
commit 0a0b36c187

View File

@@ -44,12 +44,20 @@ a {
} }
/* Improve readability for smaller text, especially in long paragraphs */ /* Improve readability for smaller text, especially in long paragraphs */
p, a, ul, ol { p,
a,
ul,
ol {
letter-spacing: 0.2px; letter-spacing: 0.2px;
line-height: 24px; line-height: 24px;
} }
h1, h2, h3, h4, h5, h6 { h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 2em; margin-top: 2em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
font-family: 'FormaDJRDisplay', sans-serif; font-family: 'FormaDJRDisplay', sans-serif;
@@ -67,7 +75,13 @@ h3 {
font-size: 1.5em; font-size: 1.5em;
} }
img { img {
max-width: 100%; max-width: 100%;
} }
sup {
vertical-align: 3px;
font-size: 12px;
padding-left: 2px;
padding-right: 2px;
}