mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 09:38:27 -04:00
11 lines
142 B
SCSS
11 lines
142 B
SCSS
.wrapper {
|
|
position: relative;
|
|
padding-top: 56.25%; // 100 / (1280 / 720)
|
|
}
|
|
|
|
.react_player {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|