From 97e53d24f09d3be3b6bff8dd96f88a23615ae0da Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sun, 22 Mar 2026 12:25:42 +0100 Subject: [PATCH] Center socials links --- src/pages/index.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index dbc7e81..4e09f24 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -93,7 +93,9 @@ import socials from "../data/socials.json"; .social-link { color: rgb(var(--accent-base)); font-size: 2rem; - margin: 0 0.5rem; + height: 2rem; + line-height: 1; + margin: 0.25rem 0.5rem; filter: drop-shadow(0px 0px 5px transparent); transition: filter 0.5s ease; }