From 9836b40531e6bfc0d87ee1939219ea72742fe89d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 11 Aug 2025 18:48:08 -0500 Subject: [PATCH] fix height --- src/components/ui/cards/FeaturesCard.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/cards/FeaturesCard.astro b/src/components/ui/cards/FeaturesCard.astro index 4130fb0..76c5c6d 100644 --- a/src/components/ui/cards/FeaturesCard.astro +++ b/src/components/ui/cards/FeaturesCard.astro @@ -10,7 +10,7 @@ interface Props { const { title, description, url, icon } = Astro.props; -const baseClasses = 'smooth-reveal-2 group group-hover flex flex-col'; +const baseClasses = 'smooth-reveal-2 group group-hover flex flex-col '; const borderClasses = 'border border-neutral-100 dark:border-stone-500/20'; const bgColorClasses = 'bg-neutral-100/80 hover:bg-neutral-100 dark:bg-neutral-800/60 dark:hover:bg-neutral-800/90'; @@ -19,7 +19,7 @@ const shadowClasses = 'shadow-xs hover:shadow-md dark:shadow-md dark:hover:shado