From a85a91a701fa3aa2c36c41235697e984ecd877a0 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Fri, 21 Feb 2025 02:48:48 -0500 Subject: [PATCH] Improve shrinking stability --- src/Body/Links.tsx | 4 ++-- src/style.css | 22 +++++++++------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/src/Body/Links.tsx b/src/Body/Links.tsx index 01ad5cc..b51a52b 100644 --- a/src/Body/Links.tsx +++ b/src/Body/Links.tsx @@ -10,7 +10,7 @@ type ImageLinkProps = { }; const ImageLink = ({ href, title, Image }: ImageLinkProps) => ( - + ); @@ -21,7 +21,7 @@ const Links = () => ( -