From 8e181781e5e1c37d91083ac22917edaca3fdccdc Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Oct 2024 14:34:35 -0700 Subject: fix: inconsistent sizing on background of icons --- src/components/Link.astro | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/components/Link.astro b/src/components/Link.astro index 9a6708d..6a7c7ca 100644 --- a/src/components/Link.astro +++ b/src/components/Link.astro @@ -20,7 +20,6 @@ const { icon, title, description, url } = Astro.props; -