From 96e0f6b9eed10ca8a69b37f910fede6be6d6dd19 Mon Sep 17 00:00:00 2001 From: lidf Date: Tue, 7 Apr 2026 08:35:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=9B=BE=E5=BC=BA=E5=88=B6=E4=B8=80=E8=A1=8C=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- landing/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/landing/index.html b/landing/index.html index c5604e1..cd97081 100644 --- a/landing/index.html +++ b/landing/index.html @@ -352,15 +352,14 @@ .flow-steps { display: flex; align-items: flex-start; - gap: 12px; - flex-wrap: wrap; + gap: 8px; + flex-wrap: nowrap; justify-content: center; } .flow-step { flex: 1; - min-width: 140px; - max-width: 180px; + min-width: 0; text-align: center; } @@ -401,13 +400,15 @@ align-items: center; padding-top: 18px; color: var(--text-muted); + flex-shrink: 0; } .flow-arrow svg { - width: 20px; height: 20px; + width: 18px; height: 18px; } @media (max-width: 768px) { + .flow-steps { flex-wrap: wrap; } .flow-arrow { display: none; } .flow-section { padding: 32px 20px; } }