From 5812b23f1cb4fb217b7580af2c645aaaddb7c44a Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sat, 4 Apr 2026 13:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80Again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 7 +++++-- public/index.html | 8 +++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index e1d3a6e..af35e7d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -105,6 +105,7 @@ header h1 { header h1 span { background: linear-gradient(135deg, #3b82f6, #8b5cf6); -webkit-background-clip: text; + background-clip: text; -webkit-text-fill-color: transparent; } @@ -302,10 +303,12 @@ header p { margin-bottom: 0.75rem; } -.banner-left { +.section-actions { display: flex; + flex-wrap: nowrap; align-items: center; - gap: 1.5rem; + gap: 0.5rem; + justify-content: flex-start; } .banner-actions { diff --git a/public/index.html b/public/index.html index 7e6934e..0f74424 100644 --- a/public/index.html +++ b/public/index.html @@ -37,15 +37,13 @@