From 9319d53bc933f4b67f9c8db9f041150b0c729377 Mon Sep 17 00:00:00 2001 From: Aria Date: Fri, 27 Dec 2024 14:32:14 +1100 Subject: [PATCH] chore(friends.astro): Doube size of my own button to keep styling consistent --- src/components/FriendLink.astro | 1 - src/pages/friends.astro | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro index 1e9e3c9..f924fe8 100644 --- a/src/components/FriendLink.astro +++ b/src/components/FriendLink.astro @@ -11,7 +11,6 @@ const { name, image, target } = Astro.props; width: 176px; min-height: 31px; height: 62px; - scale: initial; padding: 4px; } \ No newline at end of file diff --git a/src/pages/friends.astro b/src/pages/friends.astro index d6eed9f..5cc2426 100644 --- a/src/pages/friends.astro +++ b/src/pages/friends.astro @@ -100,6 +100,7 @@ const pageTitle = "Aria's friends"; Aria