Center video obj

pull/3588/head
Isaac Connor 2022-09-06 15:41:55 -04:00
parent dbcf320808
commit 8676609425
1 changed files with 8 additions and 0 deletions

View File

@ -17,3 +17,11 @@
#videoFile {
margin-bottom: 6px;
}
video[poster]{
object-fit: fill;
}
#videoobj {
margin: 0 auto;
}