Compare commits
2 Commits
b7eb733164
...
32382f1a20
| Author | SHA1 | Date | |
|---|---|---|---|
| 32382f1a20 | |||
| b30fbaf111 |
@@ -15,7 +15,7 @@ const CONFIG = {
|
|||||||
{
|
{
|
||||||
title: "聯絡我",
|
title: "聯絡我",
|
||||||
desc: "透過電子郵件與我聯繫",
|
desc: "透過電子郵件與我聯繫",
|
||||||
url: "mailto:a@z.nudoragon.com",
|
url: "mailto:hi@l.nudoragon.com",
|
||||||
icon: "fas fa-envelope",
|
icon: "fas fa-envelope",
|
||||||
delay: "0.1s",
|
delay: "0.1s",
|
||||||
category: "contact",
|
category: "contact",
|
||||||
|
|||||||
@@ -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