From 2409aff322e1964b3f92d67b8f2872967f81a24e Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 29 Oct 2018 11:03:08 +0000 Subject: [PATCH] =?UTF-8?q?Elargissement=20du=20container=20=C3=A0=20800px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/ui/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/ui/index.css b/source/components/ui/index.css index bc9645378..0246325d7 100644 --- a/source/components/ui/index.css +++ b/source/components/ui/index.css @@ -34,7 +34,7 @@ button { .ui__.container { width: 100%; - max-width: 750px; + max-width: 800px; margin: auto; padding: 0 0.6rem; }