Update max-width in header and footer styles from 900px to 800px for improved layout consistency

This commit is contained in:
2026-02-21 11:13:51 -10:00
parent d6a105e008
commit 2602c306c0

View File

@@ -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;
}