From 2602c306c046b08706f240739ea98f2bfa045d40 Mon Sep 17 00:00:00 2001 From: Zane V Date: Sat, 21 Feb 2026 11:13:51 -1000 Subject: [PATCH] Update max-width in header and footer styles from 900px to 800px for improved layout consistency --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c0a7171..4c45fbc 100644 --- a/style.css +++ b/style.css @@ -16,10 +16,10 @@ header { color: #fff; padding: 20px; text-align: center; - max-width: 900px; + max-width: 800px; } footer { - max-width: 900px; + max-width: 800px; align-items: center; justify-content: center; }