tweak footnotes style

This commit is contained in:
facundoolano 2024-03-13 16:13:58 -03:00
parent 9f4c7e14f3
commit 9688ffcc36
2 changed files with 4 additions and 2 deletions

View file

@ -260,12 +260,13 @@ hr.footnotes-separatator {
/* makes footnote number and text display in the same line */
.footnote-definition {
display: block;
display: flex;
vertical-align: top;
margin-bottom: .4rem;
}
.footnote-body, .footnote-body p {
display: inline;
margin-left: 0.25rem;
}
/* These control the expand/collapse behavior of the tags page */

View file

@ -265,12 +265,13 @@ hr.footnotes-separatator {
/* makes footnote number and text display in the same line */
.footnote-definition {
display: block;
display: flex;
vertical-align: top;
margin-bottom: .4rem;
}
.footnote-body, .footnote-body p {
display: inline;
margin-left: 0.25rem;
}
/* These control the expand/collapse behavior of the tags page */