diff --git a/src/App/mediarules.css b/src/App/mediarules.css index cd3b4c8ac6e7383f706826ad92455acfa272f947..4b06657f5794ce262b0b32361c0be4aec67dd97c 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{