Skip to content

Commit

Permalink
Fix chart mobile sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeurbi committed Jun 15, 2024
1 parent 2a6acbf commit a9bb99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sponsorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ const Sponsorship = (): ReactElement => {
<Typography variant="body1">{t("sponsorship.description2")}</Typography>
<Typography variant="body1" paragraph>{t("sponsorship.description3")}</Typography>
<Typography variant="h2" sx={{ my: 8 }}>{t("sponsorship.attendeesTitle")}</Typography>
<Box sx={{ display: 'flex', justifyContent: 'center'}}>
<Box sx={{ width: '50%' }}>
<Box sx={{ display: 'flex', justifyContent: 'center', width: '100%' }}>
<Box width={{ xs: '100%', sm: '75%', md: '50%' }} >
<Pie data={data} />
</Box>
</Box>
Expand Down

0 comments on commit a9bb99d

Please sign in to comment.