From ffdc9b72691549093589b35667d28513bf112a5d Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:36:50 -0600 Subject: [PATCH] Fix outer padding --- app/components/FeatureGrid.js | 102 +++++++++++++++++----------------- 1 file changed, 52 insertions(+), 50 deletions(-) diff --git a/app/components/FeatureGrid.js b/app/components/FeatureGrid.js index 0cdec2e..fe91bb3 100644 --- a/app/components/FeatureGrid.js +++ b/app/components/FeatureGrid.js @@ -7,61 +7,63 @@ import MiniCard from "./MiniCard"; const FeatureGrid = ({ title, subtitle, className = "" }) => { return (
-
- {/* Feature Content Lockup */} -
- -
+
+
+ {/* Feature Content Lockup */} +
+ +
- {/* MiniCard Grid */} -
- - - - + {/* MiniCard Grid */} +
+ + + + +