diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-05 13:54:22 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-05 13:54:22 -0400 |
| commit | f4f10d5eb690a33dd1c112358457a2b987297f26 (patch) | |
| tree | d97326763dd016c13a068fb7dee40fc0b9667f83 /frontend/components/styles/Form.js | |
| parent | a75b2491758a451283e2a373bb3fbe886520b345 (diff) | |
work
Diffstat (limited to 'frontend/components/styles/Form.js')
| -rw-r--r-- | frontend/components/styles/Form.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/frontend/components/styles/Form.js b/frontend/components/styles/Form.js index 4fd8029..5717130 100644 --- a/frontend/components/styles/Form.js +++ b/frontend/components/styles/Form.js @@ -17,20 +17,19 @@ const Form = styled.form` background: rgba(0, 0, 0, 0.02); border: 5px solid white; padding: 20px; - font-size: 2.5rem; + font-size: 1.5rem; + line-height: 1.5; font-weight: 600; label { - margin-bottom: 1rem; display: block; + margin-bottom: 1rem; } input, textarea, select { - margin-top: 2rem; - margin-bottom: 2rem; width: 100%; - padding: 1rem; - font-size: 2rem; + padding: 0.5rem; + font-size: 1rem; border: 1px solid black; &:focus { outline: 0; @@ -45,7 +44,7 @@ const Form = styled.form` border: 0; font-size: 2rem; font-weight: 600; - padding: 1rem 2rem; + padding: 0.5rem 1.2rem; } fieldset { border: 0; |
