Skip to content

Commit f6907d6

Browse files
feat: change country width (#48)
1 parent 4ce0f7c commit f6907d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/CountryDistributionChart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function CountryDistributionChart({
300300
brightness: 0,
301301
},
302302
},
303-
center: ['50%', '55%'],
303+
center: ['55%', '55%'],
304304
},
305305
},
306306
series: [
@@ -353,7 +353,7 @@ function CountryDistributionChart({
353353
containerProps={{ style: { height: 440 } }}
354354
/>
355355
</div>
356-
<div className="w-full lg:w-[320px] xl:w-[360px]">
356+
<div className="w-full lg:w-[360px] xl:w-[380px]">
357357
<div className="border border-gray-200 dark:border-gray-800 rounded-xl p-4 bg-gray-50 dark:bg-gray-900 h-full flex flex-col">
358358
{pieSeriesData.length ? (
359359
<>

0 commit comments

Comments
 (0)