From f8ab08d76abec6c818629e847aa0b7c115676cea Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Mon, 11 Aug 2025 08:46:34 +0930 Subject: [PATCH] Only zoom project cards when screen is large enough --- src/components/ProjectCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index 95a777a..945679a 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -164,7 +164,7 @@ const projectHasBody = project.body && project.body.trim().length > 0;