From d804c20fb3567a324f36cd05b2a77fa0938e6988 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Thu, 26 Mar 2026 19:35:50 +0200 Subject: [PATCH] shrink 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 a1d5683..e46d67e 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -106,7 +106,7 @@ html { body { margin: 0 auto; width: 100%; - max-width: 100ch; + max-width: 90ch; padding: 1rem; line-height: 1.7; }