Enable controls and fix scaling for gifv (closes #62)

This commit is contained in:
video-prize-ranch
2022-10-05 22:11:43 -04:00
parent c93d32a043
commit cdbd3944d9
3 changed files with 13 additions and 5 deletions

View File

@@ -23,6 +23,10 @@ body {
height: 100%;
}
.media--gifv {
width: 100%;
}
.logoContainer {
display: flex;
align-items: center;