mirror of
https://github.com/BluemediaGER/nginx-live.git
synced 2024-11-22 17:55:29 +01:00
24 lines
420 B
CSS
24 lines
420 B
CSS
body{
|
|
margin: 0;
|
|
font-family: sans-serif;
|
|
}
|
|
.container{
|
|
max-width: 1400px;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
.container{
|
|
width: 70%;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
#player > [data-player] {
|
|
padding-bottom: 56.25%;
|
|
height: auto !important;
|
|
}
|
|
#player > .fullscreen[data-player] {
|
|
padding-bottom: 0;
|
|
height: 100% !important;
|
|
} |