From 53d2c29b626b63d2276d9380f5a0afafdb81ebbc Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 21 May 2025 01:53:56 +0200 Subject: [PATCH] Homepage spacing cleanups Signed-off-by: Julius Volz --- src/components/FeaturesCards.tsx | 2 +- src/components/Hero.module.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/FeaturesCards.tsx b/src/components/FeaturesCards.tsx index c4b16bba..7b2b421f 100644 --- a/src/components/FeaturesCards.tsx +++ b/src/components/FeaturesCards.tsx @@ -61,7 +61,7 @@ const features = [ export function FeaturesCards() { return ( - + {features.map((feature) => (