changed video width
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#video-container {
|
#video-container {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 70vh;
|
width: min(70vh, 70vw);
|
||||||
height: 70vh;
|
height: min(70vh, 70vw);
|
||||||
background-color: black;
|
background-color: black;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user