added padding-bottom to .simple-note

This commit is contained in:
westtle 2024-02-05 19:28:45 +07:00
parent 0c0846c42b
commit 37a724d75a

View file

@ -106,7 +106,7 @@ body {
width: 90%;
max-width: 27.625rem;
margin: 0 auto;
padding-top: 2rem;
padding: 2rem 0;
}
.simple-note__input--title {