Skip to content

Commit 969505a

Browse files
Update src/components/YouTube.tsx
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent f0ec932 commit 969505a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/YouTube.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const YouTube: React.FC<IProps> = ({ id, start = "0", title = "YouTube" }) => {
2222
const baseUrl = "https://www.youtube.com/embed/"
2323
const src = baseUrl + id + startQuery
2424
return (
25-
<Box as="figure" display="block" marginY="1rem">
25+
<Box as="figure" display="block" my={4}>
2626
<iframe
2727
width="100%"
2828
height="315"

0 commit comments

Comments
 (0)