added width 100% to .simple-note__input

This commit is contained in:
westtle 2024-02-13 18:23:54 +07:00
parent 079990d51e
commit e0503aa037

View file

@ -12,6 +12,7 @@ body {
}
.simple-note__input {
width: 100%;
padding: 0.5625rem 0.75rem;
transition: color ease-in-out 0.1s;
}