From 79c19a7a22a3063783ee6240d79cb2ee3c62d200 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 16 Jul 2025 11:50:00 -0600 Subject: [PATCH] Unset width on footnotes --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index 4fccd63..10428a4 100644 --- a/src/style.css +++ b/src/style.css @@ -318,6 +318,10 @@ body { section { width: 100%; + &.footnotes { + width: unset; + } + @media (--phone) { width: unset; }