Skip to content

Commit

Permalink
Larger header video
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeppe Hasseriis committed Oct 16, 2021
1 parent 94e0f37 commit 705b44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const styles = {
width: 100vw;
height: 56.25vw;
margin: 0 auto 14vh;
max-width: 960px;
max-height: 540px;
max-width: 1080px;
max-height: calc(9 / 16 * 1080px);
`,
video: css`
position: absolute;
Expand Down

1 comment on commit 705b44b

@vercel
Copy link

@vercel vercel bot commented on 705b44b Oct 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.