From 3448bb6164cfd744159abd0fbd49c9bf74c2e2fa Mon Sep 17 00:00:00 2001 From: Julien CLEMENT Date: Thu, 9 Dec 2021 22:13:49 +0100 Subject: [PATCH] feat(css): update maximum width Signed-off-by: Julien CLEMENT --- html/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/assets/style.css b/html/assets/style.css index 05036db..352e2b2 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -37,7 +37,7 @@ body { align-items: center; flex-direction: column; - max-width: 800px; + max-width: 1500px; margin: auto; }