Center socials links
All checks were successful
Deploy Astro / Build and Deploy (push) Successful in 49s

This commit is contained in:
2026-03-22 12:25:42 +01:00
parent 6654e4b954
commit 97e53d24f0

View File

@@ -93,7 +93,9 @@ import socials from "../data/socials.json";
.social-link { .social-link {
color: rgb(var(--accent-base)); color: rgb(var(--accent-base));
font-size: 2rem; font-size: 2rem;
margin: 0 0.5rem; height: 2rem;
line-height: 1;
margin: 0.25rem 0.5rem;
filter: drop-shadow(0px 0px 5px transparent); filter: drop-shadow(0px 0px 5px transparent);
transition: filter 0.5s ease; transition: filter 0.5s ease;
} }