changed max-width for .simple-note
used wider width.
This commit is contained in:
parent
50d8c3686b
commit
b8b67188c0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ body {
|
|||
|
||||
.simple-note {
|
||||
width: 90%;
|
||||
max-width: 29.125rem;
|
||||
max-width: 31.5rem;
|
||||
margin: 0 auto;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue