chore: update social preview and docs homepage layout

- Redesign social-preview.png with polished amber brand theme
- Fix docs homepage layout ordering (hero → docker command → features)
This commit is contained in:
SnapOtter
2026-04-24 18:49:23 +08:00
parent 8953045316
commit d80b504f41
2 changed files with 19 additions and 1 deletions
+19 -1
View File
@@ -1,7 +1,25 @@
/* Move the docker command banner between hero and features */
.VPHome {
display: flex;
flex-direction: column;
}
.VPHome > .VPHomeHero {
order: 0;
}
.VPHome > .vp-doc {
order: 1;
}
.VPHome > .VPHomeFeatures {
order: 2;
}
/* Quick start command banner on homepage */
.quick-start-banner {
max-width: 960px;
margin: -16px auto 48px;
margin: 0 auto 48px;
padding: 0 24px;
text-align: center;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 143 KiB