summaryrefslogtreecommitdiff
path: root/client/src/components/Input/Input.module.css
diff options
context:
space:
mode:
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 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;