theme: make paragraphs in footnotes not on new lines

This commit is contained in:
Peter Cai 2020-04-15 21:10:02 +08:00
parent 3a1520f0db
commit 63d966f019
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@ blockquote {
margin-left: 0; margin-left: 0;
} }
.footnote-definition p {
display: inline-block;
}
/* Footer -- Not needed on desktop */ /* Footer -- Not needed on desktop */
.footer { .footer {
display: none; display: none;