From c2ed2992d9cd098f443ebfe370eab2d15a09dd6a Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Thu, 16 Apr 2026 20:53:26 +0300 Subject: [PATCH] adjusted 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 bd20422..8e0e6dd 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -50,7 +50,7 @@ html { body { margin: 0 auto; width: 100%; - max-width: 78ch; + max-width: 90ch; padding: 1rem; line-height: 1.7; font-size: 1.15rem;