From 3c872484b26ba9f1997531a76f417335c768b980 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 19:00:36 +0800
Subject: [PATCH] Use user-provided hero visual and update lead copy
---
docs/styles.css | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/docs/styles.css b/docs/styles.css
index 65b8f05..1f98aeb 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -151,12 +151,10 @@
background: rgba(255, 255, 255, 0.88);
}
-/* Hero — reference layout: copy left, stacked screenshots right */
+/* Hero — copy left, original design visual right (compact, no forced full-screen) */
.hero {
width: 100%;
- min-height: calc(100svh - var(--header-h));
- min-height: calc(100vh - var(--header-h));
- padding: 48px 0 64px;
+ padding: 40px 0 48px;
background: var(--hero-bg);
overflow: hidden;
}
@@ -166,8 +164,6 @@
grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
gap: 12px 32px;
align-items: center;
- min-height: calc(100svh - var(--header-h) - 96px);
- min-height: calc(100vh - var(--header-h) - 96px);
}
.hero__copy {
@@ -191,7 +187,7 @@
max-width: 22em;
}
-/* Right art: pixels from user's original design (vertical crop only — stack + reflection intact) */
+/* Right art: user-provided hero visual (use as-is) */
.hero__art {
margin: 0;
line-height: 0;
--
Gitblit v1.9.3