diff options
author | rohan09-raj <[email protected]> | 2022-08-25 16:51:10 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-25 16:51:10 +0530 |
commit | 2d9100d3aa82d2901142464b7117c01cfbd6d04e (patch) | |
tree | 6f71f26d42cbc0d89f737a6451a6bc11ebdce4c4 /client/src/components/Input | |
parent | dac079cd6c5693ee3a75611fe20b691ad30ed7ea (diff) |
date picker
Diffstat (limited to 'client/src/components/Input')
-rw-r--r-- | client/src/components/Input/Input.module.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/components/Input/Input.module.css b/client/src/components/Input/Input.module.css index 59867e9..3fc03f8 100644 --- a/client/src/components/Input/Input.module.css +++ b/client/src/components/Input/Input.module.css @@ -3,7 +3,7 @@ justify-content: center; font-family: 'Barlow'; margin: 15px 0px; - font-size: var(--font-medium-s); + font-size: 1.75rem; } .input__container { @@ -12,10 +12,11 @@ } .input__field { - width: 330px; + width: 500px; + height: 80px; margin: 10px 0px; padding: 18px 10px; border: 3px solid; border-radius: 10px; - font-size: 1rem; + font-size: 1.5rem; } |