Skip to content

Commit

Permalink
[noodles] Fix video size for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn authored Jul 11, 2024
1 parent d9fc13f commit 02c0d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noodles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
}

video {
max-width: 500;
max-width: 450;
}

.source {
max-width: 450;
max-width: 500;
}
}

Expand Down

0 comments on commit 02c0d07

Please sign in to comment.