Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: make sure videos don't get too small
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Dec 7, 2023
1 parent 28979e0 commit 6288d1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
border-radius: 0.5rem;
width: 100%;
max-width: 100vh;
max-width: max(100vh, 40rem);
height: auto;
aspect-ratio: 1.5;
}
Expand Down
Loading

0 comments on commit 6288d1c

Please sign in to comment.