From 32382f1a20ff459bd6559345664d9181c3af3df5 Mon Sep 17 00:00:00 2001 From: nudoragon Date: Mon, 18 May 2026 12:50:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4icon=E9=A1=AF=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index bc4bb35..7b5f4b3 100644 --- a/style.css +++ b/style.css @@ -230,6 +230,7 @@ body { .social-icons { display: flex; + flex-wrap: wrap; justify-content: center; gap: 2rem; margin-bottom: 1.5rem; @@ -294,4 +295,8 @@ body { height: 44px; font-size: 1.2rem; } + + .social-icons { + gap: 1.2rem; + } }