Fix gifv overflow
This commit is contained in:
parent
d6ebc9a54a
commit
e73bd2e87b
|
@ -24,6 +24,12 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.media--gifv {
|
.media--gifv {
|
||||||
|
width: 100vw;
|
||||||
|
overflow: unset;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.media--gifv video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue