From fc6f0392127fd0075bb5d6e5b9a7e6360b68ad40 Mon Sep 17 00:00:00 2001 From: Yohann Date: Mon, 2 Sep 2019 20:07:18 +0200 Subject: [PATCH] Diminution des marges --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c3f206e..bf10db5 100644 --- a/style.css +++ b/style.css @@ -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; }