1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 21:14:24 -04:00
Files
jarv.is/components/Video/Video.module.css
T
2025-03-14 12:51:18 -04:00

15 lines
200 B
CSS

.player {
margin: 0 auto;
}
.wrapper.responsive {
position: relative;
padding-top: 56.25%; /* ratio of 1280x720 */
}
.wrapper.responsive .player {
position: absolute;
top: 0;
left: 0;
}