mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-05 09:05:39 -05:00
15 lines
200 B
CSS
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;
|
|
}
|