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
|
@ -263,3 +263,8 @@ li {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
width: 95%;
|
||||||
|
max-height: 90vh;
|
||||||
|
}
|
|
@ -31,8 +31,3 @@ body {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
video {
|
|
||||||
width: 95%;
|
|
||||||
max-height: 90vh;
|
|
||||||
}
|
|
Loading…
Reference in a new issue