changed padding for inputs

changed to 12px/0.75rem for all sides.
This commit is contained in:
westtle 2024-02-24 21:31:14 +07:00
parent 22bf484921
commit 50d8c3686b

View file

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