From fedff4f6b82ce5fd81d63e90dd00c437175ef36a Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Mon, 15 Dec 2025 16:50:20 +0000 Subject: [PATCH] Apply maximum size to sections --- assets/css/app.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 6175c9e..3a8c68d 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -46,7 +46,8 @@ div, header, nav, main, -footer { +footer, +section { max-inline-size: none; } @@ -173,8 +174,11 @@ img.rounded { border-radius: var(--space-sm); } -section, footer { +section, footer, header { padding: var(--space-sm); + max-inline-size: 1024px; + margin-left: auto; + margin-right: auto; } .box {