style: optimize home hero section layout and fix readme link

This commit is contained in:
sanbuphy
2026-01-27 11:02:44 +08:00
parent 12f08e5c1a
commit 9311586cea
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -328,3 +328,15 @@
.section-container {
scroll-margin-top: 80px;
}
/* Home Hero Full Screen */
.VPHomeHero {
min-height: 100vh;
min-height: 100dvh;
display: flex !important;
align-items: center;
justify-content: center;
padding-top: var(--vp-nav-height, 64px) !important;
padding-bottom: 18vh !important;
box-sizing: border-box;
}