From ba9b682c972c2e2dfb4847d3b9b67b454ef7cfd6 Mon Sep 17 00:00:00 2001 From: Thomas Bertani Date: Wed, 18 Sep 2024 15:51:46 +0200 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 503f0af..368a736 100644 --- a/index.html +++ b/index.html @@ -11,9 +11,9 @@ height: 100vh; } #chart { - width: auto; + width: 640px; margin-top: 0px; - height: 640px; + height: auto; } svg { width: 100%;