all repos — zola-bearblog @ 9ed15e4cad7b745625c9b7d56300066ba1725850

Port of bear blog theme to zola

improve display of footnotes fixes https://codeberg.org/alanpearce/zola-bearblog/issues/36

Alan Pearce
commit

9ed15e4cad7b745625c9b7d56300066ba1725850

parent

eeace8286d164014e9dc86905abf442f8018d27d

1 file changed, 16 insertions(+), 0 deletions(-)

changed files
M templates/style.css.htmltemplates/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; + }