From ce40b4240d7d23d4a6817dea1a6bc45546419718 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Thu, 25 Aug 2022 22:57:19 +0530 Subject: Kaand number 2 --- .../src/components/UpdateInput/UpdateInput.module.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'client/src/components/UpdateInput') 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 -- cgit