summaryrefslogtreecommitdiff
path: root/client/src/components/Input/Input.module.css
diff options
context:
space:
mode:
authorBlaster4385 <[email protected]>2022-08-12 08:44:33 +0530
committerBlaster4385 <[email protected]>2022-08-12 08:44:33 +0530
commit30a7a079b16e1d17e8cc920d2fb3338f79767432 (patch)
treec519f0f546c5161cb1668ba74fe2370ffed9d40a /client/src/components/Input/Input.module.css
parent53795fe3153f514e0eda6a01f6e55eeb50c94d46 (diff)
Add form validators and country api
Diffstat (limited to 'client/src/components/Input/Input.module.css')
-rw-r--r--client/src/components/Input/Input.module.css3
1 files changed, 2 insertions, 1 deletions
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;
}