changed max-width for .simple-note

used wider width.
This commit is contained in:
westtle 2024-02-24 21:34:56 +07:00
parent 50d8c3686b
commit b8b67188c0

View file

@ -11,7 +11,7 @@ body {
.simple-note {
width: 90%;
max-width: 29.125rem;
max-width: 31.5rem;
margin: 0 auto;
padding: 2rem 0;
}