From 15142054da9b0f2d37599a05c90316545d68919c Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 12 Feb 2021 19:37:25 -0600 Subject: [PATCH] tweak the appearance of footnotes --- incorporealcms/static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index 9f4f8c7..2b4b5f9 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -208,7 +208,11 @@ figcaption { } .footnote { - font-size: 0.75em; + font-size: 0.8em; +} + +.footnote p { + margin: 0; } .footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active {