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