css: increase max-width

This commit is contained in:
Solene Rapenne 2022-05-12 13:12:25 +02:00
parent cbc53738e1
commit 516c1a2087
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ body {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
max-width: 832px;
max-width: 900px;
border: 1px solid #111;
background-color: #eee;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);