From c99d4e8014b25d6105ec562616a2a4d5c3ce9129 Mon Sep 17 00:00:00 2001 From: nudoragon Date: Mon, 18 May 2026 12:48:53 +0800 Subject: [PATCH] feat: create Linktree-style personal landing page with animated glassmorphism components --- websites/linktree-test/index.html | 1 + websites/linktree-test/style.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/websites/linktree-test/index.html b/websites/linktree-test/index.html index 65581b0..7415165 100644 --- a/websites/linktree-test/index.html +++ b/websites/linktree-test/index.html @@ -18,6 +18,7 @@ #social-icons { display: inline-flex; + flex-wrap: wrap; } diff --git a/websites/linktree-test/style.css b/websites/linktree-test/style.css index bc4bb35..7b5f4b3 100644 --- a/websites/linktree-test/style.css +++ b/websites/linktree-test/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; + } }