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')); --- -
+
-
+
+