changed top and bottom padding for <input>s
This commit is contained in:
parent
5637f7e1ff
commit
4a84e78eb5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ body {
|
|||
|
||||
.simple-note__input {
|
||||
width: 100%;
|
||||
padding: 0.75rem;
|
||||
padding: 0.7813rem 0.75rem;
|
||||
transition: color ease-in-out 0.1s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue