Fix gifv overflow

This commit is contained in:
video-prize-ranch
2022-10-08 18:00:06 -04:00
parent d6ebc9a54a
commit e73bd2e87b

View File

@@ -24,6 +24,12 @@ body {
}
.media--gifv {
width: 100vw;
overflow: unset;
justify-content: center;
}
.media--gifv video {
width: 100%;
}