summaryrefslogtreecommitdiff
path: root/client/src/components/Input
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-08-20 21:52:57 +0530
committerrohan09-raj <[email protected]>2022-08-20 21:53:47 +0530
commit1926a54d1f7b8bc1ed690aaf8e3b679b41edce7b (patch)
treecc32e361c89929bd0bdff35c6a7ce063ca110c88 /client/src/components/Input
parentecece125ca34002e2dcd1bf22ada5e62849156a9 (diff)
enrollment improvements
Diffstat (limited to 'client/src/components/Input')
-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 b02591c..59867e9 100644
--- a/client/src/components/Input/Input.module.css
+++ b/client/src/components/Input/Input.module.css
@@ -2,6 +2,7 @@
display: flex;
justify-content: center;
font-family: 'Barlow';
+ margin: 15px 0px;
font-size: var(--font-medium-s);
}
@@ -11,7 +12,7 @@
}
.input__field {
- width: 300px;
+ width: 330px;
margin: 10px 0px;
padding: 18px 10px;
border: 3px solid;