From a7e5c8abac5f71f5be19592d466bc66e0cc609a6 Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Wed, 11 Feb 2026 22:29:07 -0500 Subject: [PATCH] Fixed background image size for info section --- src/components/BoxContainer.astro | 2 +- src/components/section/InfoSection.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BoxContainer.astro b/src/components/BoxContainer.astro index 7533faa..4c4cf1f 100644 --- a/src/components/BoxContainer.astro +++ b/src/components/BoxContainer.astro @@ -6,7 +6,7 @@ import Button from "./ui/Button.astro"; const background = props.bgImage || props.bgColor; --- -
+
{props.hasIcon && ( diff --git a/src/components/section/InfoSection.astro b/src/components/section/InfoSection.astro index a0827ea..efcee0c 100644 --- a/src/components/section/InfoSection.astro +++ b/src/components/section/InfoSection.astro @@ -9,7 +9,7 @@ const { bgColor, titleColor, textColor, title, text } = Astro.props;
{ infoboxes.map((box) => ( - + ))}