mirror of
https://github.com/owncast/owncast.git
synced 2024-12-19 07:44:26 +03:00
16 lines
238 B
SCSS
16 lines
238 B
SCSS
@import '../../../styles/mixins.scss';
|
|
|
|
.container {
|
|
display: grid;
|
|
width: 100%;
|
|
justify-items: center;
|
|
max-height: 75vh;
|
|
aspect-ratio: 16 / 9;
|
|
|
|
.player,
|
|
.poster {
|
|
width: 100%;
|
|
grid-column: 1;
|
|
grid-row: 1;
|
|
}
|
|
}
|