From e79127610f22a0e9a9919df5b8331052686a9dc0 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Thu, 25 Jul 2024 11:17:50 +0200 Subject: [PATCH] Update feature component layout and styles --- src/components/feature.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/feature.tsx b/src/components/feature.tsx index 5ef28be..cf44f92 100644 --- a/src/components/feature.tsx +++ b/src/components/feature.tsx @@ -12,14 +12,14 @@ export default function Feature({ color: string; }) { return ( -
+

{title}

{description}

-
+
{children}