Skip to content

Commit

Permalink
style footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jun 29, 2021
1 parent a9c6dd7 commit 8613ca8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static/style.css
Expand Up @@ -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;
}

0 comments on commit 8613ca8

Please sign in to comment.