From 0fda15973a0945ac887b68104a85dd3ccf5f2fca Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 6 Nov 2022 22:10:08 -0500 Subject: [PATCH] oops, apply max-width to footer --- themes/red/assets/css/site.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 20080cb..cd40055 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -21,8 +21,10 @@ #content { display: flex; flex-direction: row; - max-width: 100em; + } + body { + max-width: 100em; } }