Diminution des marges

This commit is contained in:
Yohann 2019-09-02 20:07:18 +02:00
parent 885723af5f
commit fc6f039212
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ html, body {
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
width: 220px;
background-color: #f1f1f1;
height: 100%;
overflow: auto;
@ -53,7 +53,7 @@ html, body {
padding-top: 100px;
padding-bottom: 100px;
margin: 0 auto;
max-width: 800px;
max-width: 1000px;
text-align: justify;
}