fix: 覆盖样式
All checks were successful
Release / Release (push) Successful in 37s

Signed-off-by: kerbores <kerbores@gmail.com>
This commit is contained in:
2025-08-07 17:46:58 +08:00
parent dd2df8b073
commit ad88c11142

View File

@@ -137,3 +137,13 @@
--docsearch-primary-color: var(--vp-c-brand-1) !important; --docsearch-primary-color: var(--vp-c-brand-1) !important;
} }
.VPHome {
margin-bottom: 0 !important;
}
@media (min-width: 768px) {
.VPHome {
margin-bottom: 0 !important;
}
}