From 1fad0f3e0189b2e35d6281a210a511f32dd08f8b Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 23 Nov 2025 00:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=AC=E7=98=9F=E7=83=AD=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/index.css b/css/index.css index 0fc2d20..eda02ad 100644 --- a/css/index.css +++ b/css/index.css @@ -39,6 +39,11 @@ padding: 0 var(--container-padding-x); } +/* Logo 向左偏移,让 nav-menu 与其他内容对齐 */ +#index .nav-icon { + margin-left: calc(-1 * (135px + 50px)); /* Logo宽度 + margin-right */ +} + /* 首页导航文字颜色 */ #index .nav-menu .nav-item { color: #E5E7EB;