fix: new stream adjustments

This commit is contained in:
Alejandro Gomez
2023-06-28 08:54:11 +02:00
parent e9d3a7d05e
commit 9f8c14c568
2 changed files with 15 additions and 3 deletions

View File

@ -59,8 +59,15 @@
@media (min-width: 2000px) {
.page {
padding: 0 40px;
grid-template-columns: auto 450px;
}
.video-content {
max-height: calc(100vh - 320px);
}
.video-content video {
height: 100%;
}
}
header {