Skip to content

Commit

Permalink
docs(site): fix display of video
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 19, 2023
1 parent 558d177 commit 39eeb12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion site/src/pages/index.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.video {
aspect-ratio: 16/9;
display: block;
max-width: 1400px;
margin: 4em auto;
max-width: 1400px;
width: 100%;
}
3 changes: 0 additions & 3 deletions site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ export default function Home(): JSX.Element {
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
className={css.video}
frameBorder={0}
height={631}
src="https://www.youtube.com/embed/peJNp8BZ_dE"
title="Fixing duplicate production dependencies in vercel/turborepo"
width={1425}
></iframe>
</main>
</Layout>
Expand Down

0 comments on commit 39eeb12

Please sign in to comment.