From 9009b4f26e49840122835dd62643309eb63342d0 Mon Sep 17 00:00:00 2001 From: "EPAZZ\\estpp" Date: Thu, 12 Feb 2026 21:14:48 -0500 Subject: [PATCH] fixed maring to botton of boxContainer --- src/components/BoxContainer.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BoxContainer.astro b/src/components/BoxContainer.astro index c009049..ed31548 100644 --- a/src/components/BoxContainer.astro +++ b/src/components/BoxContainer.astro @@ -20,13 +20,13 @@ const background = props.bgImage || props.bgColor; {props.hasButton && ( -
+
)} {props.hasInput && ( -
+
)}