feat: create Linktree-style personal landing page with animated glassmorphism components
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#social-icons {
|
#social-icons {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style></head>
|
</style></head>
|
||||||
|
|||||||
@@ -230,6 +230,7 @@ body {
|
|||||||
|
|
||||||
.social-icons {
|
.social-icons {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
@@ -294,4 +295,8 @@ body {
|
|||||||
height: 44px;
|
height: 44px;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social-icons {
|
||||||
|
gap: 1.2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user