We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6acbf commit a9bb99dCopy full SHA for a9bb99d
src/Sponsorship.tsx
@@ -80,8 +80,8 @@ const Sponsorship = (): ReactElement => {
80
<Typography variant="body1">{t("sponsorship.description2")}</Typography>
81
<Typography variant="body1" paragraph>{t("sponsorship.description3")}</Typography>
82
<Typography variant="h2" sx={{ my: 8 }}>{t("sponsorship.attendeesTitle")}</Typography>
83
- <Box sx={{ display: 'flex', justifyContent: 'center'}}>
84
- <Box sx={{ width: '50%' }}>
+ <Box sx={{ display: 'flex', justifyContent: 'center', width: '100%' }}>
+ <Box width={{ xs: '100%', sm: '75%', md: '50%' }} >
85
<Pie data={data} />
86
</Box>
87
0 commit comments