From c9e0990ea9ffe175d44d09b1819c989127599309 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Thu, 26 Mar 2026 19:30:28 +0200 Subject: [PATCH] extend width --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index e7faa75..a1d5683 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -106,7 +106,7 @@ html { body { margin: 0 auto; width: 100%; - max-width: 80ch; + max-width: 100ch; padding: 1rem; line-height: 1.7; }