Skip to content

Commit

Permalink
Fix word break in footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed May 5, 2024
1 parent 240b053 commit ce1a06c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ code {
padding-bottom: 0.0875rem;
}

.footnotes {
word-break: break-word;
}

@media screen and (max-width: 650px) {
:root {
--gutter: 1rem;
Expand Down

0 comments on commit ce1a06c

Please sign in to comment.