From fa618b0524912eab62a670b926d70c1d29968780 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Mar 2026 22:54:03 -0500 Subject: [PATCH] feat: add margin to bring in the content --- src/components/sections/HeroSection.astro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/sections/HeroSection.astro b/src/components/sections/HeroSection.astro index 14d617c..5e8bb58 100644 --- a/src/components/sections/HeroSection.astro +++ b/src/components/sections/HeroSection.astro @@ -32,8 +32,8 @@ const images = await Promise.all(imagesData.map(async (img) => ({ }))); --- -
-
+
+

@@ -47,8 +47,7 @@ const images = await Promise.all(imagesData.map(async (img) => ({ {secondaryBtn && }
- -