From d4e4acb6fca01874df6184c4fa4b1b6ff1fa6710 Mon Sep 17 00:00:00 2001 From: Ash Monty Date: Sat, 1 Apr 2023 00:11:18 +0200 Subject: [PATCH] style: widen max-width to let the page breathe --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 60e2022..22edbde 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,6 +1,6 @@ :root { - --width: 1400px; + --width: 1500px; --maxwidth: min(var(--width), 90%); /* 1 is the base color, <1 are darker variations and >1 are lighter */