From 30a7a079b16e1d17e8cc920d2fb3338f79767432 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Fri, 12 Aug 2022 08:44:33 +0530 Subject: Add form validators and country api --- client/src/components/Input/Input.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/components/Input/Input.module.css') diff --git a/client/src/components/Input/Input.module.css b/client/src/components/Input/Input.module.css index cafb5f1..b02591c 100644 --- a/client/src/components/Input/Input.module.css +++ b/client/src/components/Input/Input.module.css @@ -13,7 +13,8 @@ .input__field { width: 300px; margin: 10px 0px; - padding: 20px 10px; + padding: 18px 10px; border: 3px solid; border-radius: 10px; + font-size: 1rem; } -- cgit