centered .simple-note

This commit is contained in:
westtle 2024-02-05 19:25:03 +07:00
parent ab8e4d3107
commit 0c0846c42b

View file

@ -102,7 +102,12 @@ body {
background-color: hsl(var(--color-2));
}
.simple-note { padding-top: 2rem; }
.simple-note {
width: 90%;
max-width: 27.625rem;
margin: 0 auto;
padding-top: 2rem;
}
.simple-note__input--title {
margin-bottom: 1.125rem;