Skip to content

Commit 8d55b0b

Browse files
committed
change top margin to 1rem
1 parent b766b2d commit 8d55b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/custom/Form/Form.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const listenForBlurOnForm = (form) => {
5656

5757
<style>
5858
:global(form > *) {
59-
margin-top: 2rem;
59+
margin-top: 1rem;
6060
}
6161
</style>
6262

0 commit comments

Comments
 (0)