From 7fafa5c4cf0d708dd750a46f207ac13c92cba0f3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 8 Feb 2026 17:15:43 -0600 Subject: [PATCH] feat: update features --- src/components/ui/cards/FeaturesCard.astro | 3 ++- src/components/ui/sections/FeaturesSection.astro | 10 ++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/ui/cards/FeaturesCard.astro b/src/components/ui/cards/FeaturesCard.astro index 76c5c6d..a7ee143 100644 --- a/src/components/ui/cards/FeaturesCard.astro +++ b/src/components/ui/cards/FeaturesCard.astro @@ -15,11 +15,12 @@ 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'; const shadowClasses = 'shadow-xs hover:shadow-md dark:shadow-md dark:hover:shadow-lg'; +const sizeClasses = 'h-30 w-100 md:w-[300px]'; ---
diff --git a/src/components/ui/sections/FeaturesSection.astro b/src/components/ui/sections/FeaturesSection.astro index d9421c8..9f1f6a1 100644 --- a/src/components/ui/sections/FeaturesSection.astro +++ b/src/components/ui/sections/FeaturesSection.astro @@ -7,12 +7,12 @@ import FeaturesCard from '@components/ui/cards/FeaturesCard.astro'; const global = await directus.request(readSingleton('site_global')); --- -
+
-
+
+