From a65bc6194dfdc3858d3eca0f4b1023dfead31ae5 Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Fri, 20 Mar 2026 16:12:46 +0000 Subject: [PATCH] docs: reduce main content max-width from 90% to 75% --- docs/guide/theme/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/theme/custom.css b/docs/guide/theme/custom.css index b9a29137..2c6caa91 100644 --- a/docs/guide/theme/custom.css +++ b/docs/guide/theme/custom.css @@ -47,7 +47,7 @@ code, pre, .hljs { } .content main { - max-width: 90%; + max-width: 75%; line-height: 1.75; }