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; + } +} +