Skip to content

Commit 1f5ce85

Browse files
authored
Merge pull request #167 from silinternational/feature/change-form-children-top-margin
change top margin to 1rem
2 parents 09b73e4 + 0ca845f commit 1f5ce85

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
@@ -62,7 +62,7 @@ const listenForBlurOnForm = (form) => {
6262

6363
<style>
6464
:global(form > *) {
65-
margin-top: 2rem;
65+
margin-top: 1rem;
6666
}
6767
</style>
6868

0 commit comments

Comments
 (0)