fix: overflowing videos

version/enerpe
Tomáš Mládek 2022-12-08 16:35:32 +01:00
parent 8774fbc306
commit 485c4e8479
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
background: rgba(0, 0, 0, 0.88);
video {
width: 90%;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;