fixed maring to botton of boxContainer

This commit is contained in:
Esteban Paz 2026-02-12 21:14:48 -05:00
parent fd0ee10454
commit 9009b4f26e
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@ const background = props.bgImage || props.bgColor;
{props.hasButton && ( {props.hasButton && (
<div class=" flex self-start"> <div class=" flex self-start mt-3">
<Button class="px-6 py-3 uppercase" url={props.url} variant="primary" title={props.buttonLabel} /> <Button class="px-6 py-3 uppercase" url={props.url} variant="primary" title={props.buttonLabel} />
</div> </div>
)} )}
{props.hasInput && ( {props.hasInput && (
<div class="flex gap-2 w-full"> <div class="flex gap-2 w-full mt-5">
<Modal /> <Modal />
</div> </div>
)} )}