From 38722052f3075eea920c5fe3f586d76ac2daf2de Mon Sep 17 00:00:00 2001 From: Bram Barbieri Date: Mon, 1 Apr 2024 13:19:25 +0200 Subject: [PATCH] resizing the pie graphs. --- web/newWebsite/styles/questions-dashboard-styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/newWebsite/styles/questions-dashboard-styles.css b/web/newWebsite/styles/questions-dashboard-styles.css index eba538a..48fdf87 100644 --- a/web/newWebsite/styles/questions-dashboard-styles.css +++ b/web/newWebsite/styles/questions-dashboard-styles.css @@ -50,8 +50,8 @@ } .chart-container { - width: 80%; - margin: 20px auto; + width: 400px; + margin: 50px auto; } canvas { margin-bottom: 20px;