From efdd3280102ea21b3f1dc162328e024646559b7e Mon Sep 17 00:00:00 2001 From: grey-cat-1908 <61203964+grey-cat-1908@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:54:54 +0300 Subject: [PATCH] Update custom.css --- static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/custom.css b/static/custom.css index 9d11c51..9829fc6 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, 90%); + max-width: min(64rem, 85%); padding: 0 1rem; }