Fix CSS on main page for videos

This commit is contained in:
bingus_violet 2024-05-20 11:04:49 -05:00
parent 312089c58d
commit e22005dc86
2 changed files with 5 additions and 5 deletions

View file

@ -263,3 +263,8 @@ li {
display: block; display: block;
position: relative; position: relative;
} }
video {
width: 95%;
max-height: 90vh;
}

View file

@ -31,8 +31,3 @@ body {
opacity: 1; opacity: 1;
} }
} }
video {
width: 95%;
max-height: 90vh;
}