From 04f86aee9a79dc52fceb113bf8fae7aea072bfdf Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Wed, 11 Feb 2026 23:40:41 -0500 Subject: [PATCH] Centering grid images - removing unnecesary css --- src/components/cards/GridCard.astro | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/components/cards/GridCard.astro b/src/components/cards/GridCard.astro index bb00d72..607351e 100644 --- a/src/components/cards/GridCard.astro +++ b/src/components/cards/GridCard.astro @@ -9,7 +9,7 @@ const imageUrl = props.image || '' --- {props.type !== 'imgText' && (
-
+
{ props.type === 'text' && (
@@ -37,13 +37,4 @@ const imageUrl = props.image || ''
-)} - - \ No newline at end of file +)} \ No newline at end of file