From db194c3d95f59e71774c4ecbd262f7ddb98f49e2 Mon Sep 17 00:00:00 2001 From: grey-cat-1908 <61203964+grey-cat-1908@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:06:35 +0300 Subject: [PATCH] changed max-width --- static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/custom.css b/static/custom.css index c4d2c5a..7823f2d 100644 --- a/static/custom.css +++ b/static/custom.css @@ -26,7 +26,7 @@ body { color: var(--font-color); font-size: var(--font-size); line-height: 1.8; - max-width: min(64rem, 85%); + max-width: min(54rem, 85%); padding: 0 1rem; }