From 8d1ce0208a61558ca68b903febd153b8b78cbb7a Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 25 Jul 2024 10:13:06 -0700 Subject: [PATCH] Structure: Place footnotes in the main column Add .footnotes to the list of selectors that are put in the main content column. --- assets/css/099_content.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/099_content.css b/assets/css/099_content.css index 26e2f5a..74a6634 100644 --- a/assets/css/099_content.css +++ b/assets/css/099_content.css @@ -6,7 +6,8 @@ blockquote, dl, ol, - ul + ul, + .footnotes { grid-column: main-start / main-end; }