Skip to content

Commit

Permalink
[noodles] Video frame size for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn authored Jul 11, 2024
1 parent 9d57449 commit d9fc13f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions noodles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
p {
font-size: 1em;
}

video {
max-width: 500;
}

.source {
max-width: 450;
}
}

@media only screen and (min-width: 601px) {
Expand Down

0 comments on commit d9fc13f

Please sign in to comment.