summaryrefslogtreecommitdiff
path: root/client/src/components/Input/Input.module.css
diff options
context:
space:
mode:
authorRohan Raj Gupta <[email protected]>2022-08-12 12:57:43 +0530
committerGitHub <[email protected]>2022-08-12 12:57:43 +0530
commit6d821dc4aa7f6235d2d619dfd8b2954c241f0439 (patch)
treeca8811c7d708bbb7f3266b9bc1045ee70219f996 /client/src/components/Input/Input.module.css
parent53795fe3153f514e0eda6a01f6e55eeb50c94d46 (diff)
parent87a343644592e9b425e7fa0805988ad8e7ee8778 (diff)
Merge pull request #3 from Blaster4385/develop
Refactor code, add country api, switch to multi-step form
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;
}