fixed maring to botton of boxContainer
This commit is contained in:
parent
fd0ee10454
commit
9009b4f26e
|
|
@ -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>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue