1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 22:14:28 -04:00
Files
jarv.is/components/Video/Video.module.css
T
2025-02-07 11:33:38 -05:00

19 lines
257 B
CSS

.player {
margin: 0 auto;
}
.player video {
border-radius: var(--radii-corner);
}
.wrapper.responsive {
position: relative;
padding-top: 56.25%; /* ratio of 1280x720 */
}
.wrapper.responsive .player {
position: absolute;
top: 0;
left: 0;
}