diff options
author | Linnnus <[email protected]> | 2024-04-01 13:54:38 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-01 13:55:32 +0200 |
commit | 1b15ed2162e005e0c31f87fc89a6607419d10603 (patch) | |
tree | d30c4d3348d5999c1d85fc62a4e4eb567921e8ef | |
parent | 3e302fdb568d28aa4061ea9bd699b4f318df0174 (diff) |
Give inputs room to breathe in application form
-rw-r--r-- | static/styles/join.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/styles/join.css b/static/styles/join.css index 102b797..f958aad 100644 --- a/static/styles/join.css +++ b/static/styles/join.css @@ -23,6 +23,8 @@ main { .signup__input { width: 100%; + padding: .5rem; + border-radius: 5px; } textarea.signup__input { |