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 bdfe301 commit 6acd0bcCopy full SHA for 6acd0bc
src/Sponsorship.tsx
@@ -79,7 +79,7 @@ const Sponsorship = (): ReactElement => {
79
<Typography variant="body1" paragraph>{t("sponsorship.description1")}</Typography>
80
<Typography variant="body1">{t("sponsorship.description2")}</Typography>
81
<Typography variant="body1" paragraph>{t("sponsorship.description3")}</Typography>
82
- <Box mb={4}>
+ <Box my={5}>
83
<iframe width="100%" style={{ maxHeight: '600px', height: '60vw' }} src="https://www.youtube.com/embed/3kLz1Q0myiM" title="YouTube video player" allow="accelerometer autoplay clipboard-write encrypted-media gyroscope picture-in-picture" allowFullScreen></iframe>
84
</Box>
85
0 commit comments