From ad88c1114265d031ea68295fcf89dd714da53988 Mon Sep 17 00:00:00 2001 From: kerbores Date: Thu, 7 Aug 2025 17:46:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A6=86=E7=9B=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kerbores --- .vitepress/theme/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 09a1527..eae1416 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -137,3 +137,13 @@ --docsearch-primary-color: var(--vp-c-brand-1) !important; } +.VPHome { + margin-bottom: 0 !important; +} + +@media (min-width: 768px) { + .VPHome { + margin-bottom: 0 !important; + } +} +