From e63be3e571bc449f4f7aadc5a34834a6aa0ffd96 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 18:52:08 +0800
Subject: [PATCH] Build hero 3D window stack from real app screenshot
---
docs/styles.css | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/styles.css b/docs/styles.css
index 1c575b7..3a657a0 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -187,7 +187,7 @@
max-width: 22em;
}
-/* Right art: original design pixels — subtle reflection only, capped height */
+/* Right art: composited 3D stack from real screenshot (built asset, no extra CSS warp) */
.hero__art {
margin: 0;
line-height: 0;
@@ -198,10 +198,9 @@
.hero__art img {
display: block;
- width: auto;
+ width: 100%;
max-width: 100%;
height: auto;
- max-height: clamp(300px, 42vw, 500px);
}
/* Main content */
--
Gitblit v1.9.3