From 0e8fc329bf626c6104af5455ca6137bb4c3f836c Mon Sep 17 00:00:00 2001 From: Luiz Picolo Date: Fri, 8 Oct 2021 21:56:14 -0400 Subject: [PATCH] Changed chart to responsive mode --- public/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index ac713c9..f4334db 100644 --- a/public/style.css +++ b/public/style.css @@ -1,5 +1,9 @@ body { font-family: 'Raleway', sans-serif; - width: 990px; + max-width: 990px; margin: 30px auto; +} + +h1 { + text-align: center !important; } \ No newline at end of file