changed video width

This commit is contained in:
2026-05-30 19:53:55 +02:00
parent 6d892f6c5d
commit c7c12f4749
+2 -2
View File
@@ -1,7 +1,7 @@
#video-container {
margin: 0px;
width: 70vh;
height: 70vh;
width: min(70vh, 70vw);
height: min(70vh, 70vw);
background-color: black;
align-self: center;
position: relative;