changed padding for inputs
changed to 12px/0.75rem for all sides.
This commit is contained in:
parent
22bf484921
commit
50d8c3686b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ body {
|
|||
|
||||
.simple-note__input {
|
||||
width: 100%;
|
||||
padding: 0.5625rem 0.75rem;
|
||||
padding: 0.75rem;
|
||||
transition: color ease-in-out 0.1s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue