From ef649e50a248c63bc218264c50becd921d3a8092 Mon Sep 17 00:00:00 2001 From: Jamie Banks Date: Mon, 8 Jun 2026 16:54:10 +0100 Subject: [PATCH] style: update container layout to use full width instead of max-width centering --- web/static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/static/style.css b/web/static/style.css index 6634c5e..bb89a4f 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -76,8 +76,7 @@ a { /* Layout */ .container { padding: 2rem; - max-width: 1600px; - margin: 0 auto; + width: 100%; } h1, h2, h3 {