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
+1 -1
View File
@@ -13,7 +13,7 @@
# Easy-Vibe : Learn vibe coding from 0 to 1 # Easy-Vibe : Learn vibe coding from 0 to 1
<p align="center"> <p align="center">
📌 <a href="https://datawhalechina.github.io/easy-vibe/">在线阅读 (Read Online)</a> · ✨ <a href="https://datawhalechina.github.io/easy-vibe/zh-cn/appendix/prompt-engineering.html">交互式教程 (Interactive Tutorial)</a> 📌 <a href="https://datawhalechina.github.io/easy-vibe/">在线阅读 (Read Online)</a> · ✨ <a href="https://datawhalechina.github.io/easy-vibe/zh-cn/appendix/prompt-engineering/">交互式教程 (Interactive Tutorial)</a>
</p> </p>
<p align="center"> <p align="center">
+12
View File
@@ -328,3 +328,15 @@
.section-container { .section-container {
scroll-margin-top: 80px; 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;
}