Make player fixed size

This commit is contained in:
Isaac Shoebottom 2023-03-09 19:11:08 -04:00
parent 110a50b27d
commit 12d17f8dd2

View File

@ -69,9 +69,12 @@
}
video {
border-radius: 25px;
border-radius: 10px;
display: block;
margin: auto
margin: auto;
width: 95vw;
height: 80vh;
}
button {