diff options
Diffstat (limited to 'css/general.css')
-rw-r--r-- | css/general.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/general.css b/css/general.css index 0862b51..49e7267 100644 --- a/css/general.css +++ b/css/general.css @@ -200,10 +200,12 @@ sup { line-height: 0; } -:not(.footnote-definition) + .footnote-definition, -.footnote-definition + :not(.footnote-definition) { +:not(.footnote-definition) + .footnote-definition { margin-block-start: 2em; } +.footnote-definition:not(:has(+ .footnote-definition)) { + margin-block-end: 2em; +} .footnote-definition { font-size: 0.9em; margin: 0.5em 0; |