Skip to content

Commit

Permalink
Increase margin on Submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
arran-nz committed Apr 17, 2021
1 parent 34dadf5 commit e401808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CreateForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
padding: 0.5em;
}
input[type="submit"] {
margin: 0.5em 0;
}
textarea {
height: 10vh;
}
Expand Down

0 comments on commit e401808

Please sign in to comment.