From 049f3a5f2fc5cd8d86a6cee0abe261aed63c28cc Mon Sep 17 00:00:00 2001 From: Adrian Fennert Date: Tue, 3 Feb 2026 19:51:03 +0100 Subject: [PATCH] fix: footer icon size --- src/lib/components/Footer.svelte | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 470a48d..5d9420c 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -11,7 +11,9 @@
  • - + + +
  • {/if} @@ -19,7 +21,9 @@
  • - + + +
  • {/if} @@ -68,14 +72,13 @@ color: var(--color-header-hover); } - &:visited:not(:hover){ + &:visited:not(:hover) { color: inherit; } } .icon { - width: 1em; - height: 1em; + font-size: 1.5rem; } div {