From 0b7a5efb5a96660386072b9136769af72f398749 Mon Sep 17 00:00:00 2001 From: asal sahami <asalsahami22@gmail.com> Date: Sat, 28 Sep 2024 19:21:25 +0200 Subject: [PATCH] pie --- src/App/mediarules.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/App/mediarules.css b/src/App/mediarules.css index cd3b4c8a..4b06657f 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -99,8 +99,8 @@ font-size: 1.5em !important; /* Mobile size */ } .pie-chart-container-small { - width: 200px; /* Make smaller for mobile */ - height: 200px; /* Adjust height accordingly */ + width: 300px; /* Make smaller for mobile */ + height: 300px; /* Adjust height accordingly */ } .row-if-small{ @@ -261,6 +261,13 @@ body { } +/***description***/ +.pie-chart-container { + width: 600px; /* Set the width of the container */ + height: 600px; /* Set the height of the container */ + position: relative; + margin: 0 auto; /* Center the chart */ +} @media screen and (max-width: 1300px){ .one-pdf-line{ -- GitLab