From 57ccdfae66aad9f3969e37e77a1bb6b5d550ec1e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Wed, 10 May 2023 21:56:04 +0200 Subject: =?UTF-8?q?Corrections=20de=20petits=20bugs=20/=20fautes,=20modifi?= =?UTF-8?q?cations=20mineures=20du=20script=20python=20pour=20accepter=20l?= =?UTF-8?q?es=20carac=C3=A8tres=20sp=C3=A9ciaux=20pour=20le=20HTML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/style.css b/assets/css/style.css index 74056e4..7cc08e9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,7 +1,7 @@ body { margin: 2vh auto; - max-width: 800px; + max-width: 80vw; color:#00072D; background-color: #C2EAFF; } -- cgit v1.2.3