Fix CSS on main page for videos
This commit is contained in:
parent
312089c58d
commit
e22005dc86
2 changed files with 5 additions and 5 deletions
|
@ -262,4 +262,9 @@ li {
|
|||
height: 20px;
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 95%;
|
||||
max-height: 90vh;
|
||||
}
|
|
@ -30,9 +30,4 @@ body {
|
|||
transform: none;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
video {
|
||||
width: 95%;
|
||||
max-height: 90vh;
|
||||
}
|
Loading…
Reference in a new issue