1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-28 02:50:29 -04:00
jarv.is/components/video/Video.module.css
Jake Jarvis 41d2b8c64b
scss ➡️ vanilla css (#727)
* scss isn't worth the technical/mental overhead anymore

* try to translate my old Hugo pygments themes

* update lockfile

* consolidate .hljs classes
2022-01-07 16:17:14 -05:00

11 lines
145 B
CSS

.wrapper {
position: relative;
padding-top: 56.25%; /* 100 / (1280 / 720) */
}
.react_player {
position: absolute;
top: 0;
left: 0;
}