From e580c6952a1ba14adea73f5dff7a3ee18f12c6e5 Mon Sep 17 00:00:00 2001 From: glib-lang Date: Tue, 25 Aug 2020 08:47:15 +0300 Subject: [PATCH] wider charts --- html/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/css/style.css b/html/css/style.css index 3907558..6235112 100644 --- a/html/css/style.css +++ b/html/css/style.css @@ -37,6 +37,6 @@ footer { @media (min-width: 768px) { .container { - max-width: 730px; + max-width: 100%; } -} \ No newline at end of file +}