Skip to content

Commit 6acd0bc

Browse files
committed
Increase video spacing
1 parent bdfe301 commit 6acd0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sponsorship.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Sponsorship = (): ReactElement => {
7979
<Typography variant="body1" paragraph>{t("sponsorship.description1")}</Typography>
8080
<Typography variant="body1">{t("sponsorship.description2")}</Typography>
8181
<Typography variant="body1" paragraph>{t("sponsorship.description3")}</Typography>
82-
<Box mb={4}>
82+
<Box my={5}>
8383
<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>
8484
</Box>
8585

0 commit comments

Comments
 (0)