Skip to content

Commit

Permalink
Increase spacing between inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackreimers committed Nov 2, 2024
1 parent 2c6547d commit b446393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/contact-modal/contact-modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
};
}}
>
<div class="flex flex-col gap-4">
<div class="flex flex-col gap-6">
<Input
autocomplete="name"
bind:this={nameInputElement}
Expand Down

0 comments on commit b446393

Please sign in to comment.