From e682ead4026aafc107a31fc52d14a8e3deed9fcd Mon Sep 17 00:00:00 2001 From: Jamie Banks Date: Mon, 8 Jun 2026 16:52:27 +0100 Subject: [PATCH] style: increase maximum container width to 1600px --- web/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/style.css b/web/static/style.css index 87352e0..6634c5e 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -76,7 +76,7 @@ a { /* Layout */ .container { padding: 2rem; - max-width: 1400px; + max-width: 1600px; margin: 0 auto; }