From 93d894c940114e2ac80befc67095d7dd1027fbb2 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 23 Nov 2025 00:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9A=84=E6=92=92=E6=B3=95=E5=95=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/index.css b/css/index.css index eda02ad..0fc2d20 100644 --- a/css/index.css +++ b/css/index.css @@ -39,11 +39,6 @@ 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;