feat: create Linktree-style personal landing page with animated glassmorphism components

This commit is contained in:
2026-05-18 12:48:53 +08:00
parent f3527c889b
commit c99d4e8014
2 changed files with 6 additions and 0 deletions

View File

@@ -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;
}
}