increased max-width for .simple-note

This commit is contained in:
westtle 2024-02-05 19:50:00 +07:00
parent 3b8db601d0
commit dfa8770a58

View file

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