changed top and bottom padding for <input>s

This commit is contained in:
westtle 2024-02-25 23:02:42 +07:00
parent 5637f7e1ff
commit 4a84e78eb5

View file

@ -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;
}