diff options
Diffstat (limited to 'client/src/components/UpdateInput/UpdateInput.module.css')
-rw-r--r-- | client/src/components/UpdateInput/UpdateInput.module.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/client/src/components/UpdateInput/UpdateInput.module.css b/client/src/components/UpdateInput/UpdateInput.module.css index d4d7ee5..391937d 100644 --- a/client/src/components/UpdateInput/UpdateInput.module.css +++ b/client/src/components/UpdateInput/UpdateInput.module.css @@ -1,8 +1,13 @@ +.input__edit { + display: flex; + flex-direction: row; +} + .input { display: flex; justify-content: center; font-family: 'Barlow'; - font-size: var(--font-medium-s); + font-size: 1.75rem; } .input__container { @@ -10,16 +15,12 @@ flex-direction: column; } -.input__edit { - display: flex; - flex-direction: row; -} - .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; +}
\ No newline at end of file |