diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index e8e9730..6ad54ce 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -238,3 +238,7 @@ div[class*="language-"], transform: none; } } + +.VPHero.VPHomeHero { + padding-bottom: 0 !important; +} diff --git a/index.md b/index.md index 2de7e82..ad81e34 100644 --- a/index.md +++ b/index.md @@ -115,8 +115,6 @@ const members = memberData.map((data) => { }); - -
::: info