From 7d1281b368e6cd95aeb6f66a9636c743d26b6c51 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Sun, 4 Jan 2026 14:51:20 +0800 Subject: [PATCH] fix --- docs/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 573ed79..661e469 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,10 @@ @media (max-width: 500px) { .github-corner:hover .octo-arm { animation: none; } .github-corner .octo-arm { animation: octocat-wave 560ms ease-in-out; } } :root { --sidebar-width: 230px; --sidebar-padding: 12px 24px; --theme-color: #42b983; } - .markdown-section { padding: 24px 40px 40px 24px; } + .markdown-section { + padding: 24px 40px 40px 24px; + max-width: 850px; /* 增加内容宽度,减少左右空白 */ + } .sidebar-nav ul { list-style-type: none; } /* 优化侧边栏主菜单间距 */