Skip to content

Commit a7d9a42

Browse files
committed
Position Contact form submit button on right
1 parent 4c6ecbc commit a7d9a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Pages/Contact/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ const { content, prefilledProjectType = '' } = Astro.props
371371
))}
372372
</div>
373373

374-
<Confetti classes="inline-block self-end">
374+
<Confetti classes="block w-full self-end">
375375
<div class="flex justify-end">
376376
{/** Intentionally not using Button component. */}
377377
<button

0 commit comments

Comments
 (0)