Make player fixed size
This commit is contained in:
parent
110a50b27d
commit
12d17f8dd2
@ -69,9 +69,12 @@
|
||||
}
|
||||
|
||||
video {
|
||||
border-radius: 25px;
|
||||
border-radius: 10px;
|
||||
display: block;
|
||||
margin: auto
|
||||
margin: auto;
|
||||
|
||||
width: 95vw;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
button {
|
||||
|
Loading…
Reference in New Issue
Block a user