From dcb344bb13ddf7a77754c0e7f407e24726c9dac3 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Wed, 22 Jul 2026 09:41:47 +0200 Subject: [PATCH] Better handle project card images over text --- src/components/ProjectCard.astro | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index 1ac6b6d..02f7da8 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -215,14 +215,19 @@ const link = `/projects/${slugify(project.data.type)}/${slugify(project.data.slu image.width + ? "h-64 w-auto" + : "h-auto w-86" ]} src={image} alt=""