From 2d9100d3aa82d2901142464b7117c01cfbd6d04e Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Thu, 25 Aug 2022 16:51:10 +0530 Subject: date picker --- client/src/components/Input/Input.module.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'client/src/components/Input') 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; } -- cgit