From e25a3d0189941cb640c18d423d2b168975a7fd38 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 10 Mar 2026 22:27:10 -0500 Subject: [PATCH] feat: change responsive height of image --- src/components/cards/LargeBlogLeftCard.astro | 6 +++--- src/components/cards/LargeBlogRightCard.astro | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/cards/LargeBlogLeftCard.astro b/src/components/cards/LargeBlogLeftCard.astro index 658981e..01cc885 100644 --- a/src/components/cards/LargeBlogLeftCard.astro +++ b/src/components/cards/LargeBlogLeftCard.astro @@ -16,11 +16,11 @@ const { post } = Astro.props;
-
+
-
+

{post.title}

diff --git a/src/components/cards/LargeBlogRightCard.astro b/src/components/cards/LargeBlogRightCard.astro index 91121af..3fead59 100644 --- a/src/components/cards/LargeBlogRightCard.astro +++ b/src/components/cards/LargeBlogRightCard.astro @@ -40,7 +40,7 @@ const { post } = Astro.props;
{!post.image_second ? ( -
+
) : ( - <> +
- +
)}