Skip to content

Commit

Permalink
Merge pull request #408 from significa/fix/contact-button-overflow
Browse files Browse the repository at this point in the history
fix: contact-form overflow
  • Loading branch information
andrre-ls authored Sep 20, 2024
2 parents 861a3de + e776b2b commit 4470163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/contact-form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
<hr />
{/if}
</div>
<div class="mt-8 flex flex-col justify-between gap-6 sm:flex-row-reverse sm:items-center">
<div class="mt-8 pb-1 flex flex-col justify-between gap-6 sm:flex-row-reverse sm:items-center">
<Button
type="submit"
size="lg"
Expand Down

0 comments on commit 4470163

Please sign in to comment.