diff options
Diffstat (limited to 'src/components/Input.module.scss')
| -rw-r--r-- | src/components/Input.module.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Input.module.scss b/src/components/Input.module.scss index 4ca42fa..021fe18 100644 --- a/src/components/Input.module.scss +++ b/src/components/Input.module.scss @@ -8,10 +8,11 @@ color: inherit; display: inline-block; font-size: inherit; - height: 40px; + height: 35px; outline: none; padding: 0 15px; width: 100%; + font-size: small; } .input:focus { |
