Replace node-sass with sass (#138)

This commit is contained in:
Miroslav Šedivý
2022-01-29 14:25:01 +01:00
committed by GitHub
parent 2cc6df22d1
commit 58509cbfc9
3 changed files with 5 additions and 3 deletions

View File

@ -124,7 +124,7 @@
.player-container {
position: relative;
width: 100%;
max-width: 16 / 9 * 100vh;
max-width: calc(16 / 9 * 100vh);
video {
position: absolute;