From 9151bcf04cf9b8fe8e07a76cb15826779969faed Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 11 Feb 2025 17:52:37 -0500 Subject: [PATCH] Footnote styling tweak --- resources/main.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/main.css b/resources/main.css index 3617870..0501fc1 100644 --- a/resources/main.css +++ b/resources/main.css @@ -37,6 +37,19 @@ body, .post, .series { width: 100%; } +/* Footnotes */ +.footnotes { + display: flex; + flex-direction: column; + align-tems: left; + width: 100%; + box-sizing: border-box; +} +.footnotes > hr { + width: 95%; + box-sizing: border-box; +} + /* Style the site header */ .site-header { display: flex;