Fix gifv overflow

This commit is contained in:
video-prize-ranch 2022-10-08 18:00:06 -04:00
parent d6ebc9a54a
commit e73bd2e87b
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

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