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 | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/styles.css b/docs/styles.css
index 1c575b7..1f98aeb 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: user-provided hero visual (use as-is) */
.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