improve display of footnotes fixes https://codeberg.org/alanpearce/zola-bearblog/issues/36
1 file changed, 16 insertions(+), 0 deletions(-)
changed files
M templates/style.css.html → templates/style.css.html
@@ -169,3 +169,19 @@ .tags { font-size: smaller; } + + .footnote-definition { + display: flex; + margin-top: 1em; + } + .footnote-definition-label { + margin-left: 1rem; + margin-right: 0.5rem; + vertical-align: baseline; + } + .footnote-definition-label::after { + content: "." + } + .footnote-definition > p { + margin: 0; + }