Skip to content

Commit

Permalink
fix(website): responsive demo video
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Nov 21, 2023
1 parent a09fbb2 commit 4b7d071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ body {
box-shadow: 0px 1px #44403c !important;
}
}

video {
max-width: 900px;
width: 100%;
height: auto;
}

1 comment on commit 4b7d071

@vercel
Copy link

@vercel vercel bot commented on 4b7d071 Nov 21, 2023

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.