Skip to content

Commit 2f8fb6a

Browse files
committed
fix video carousel resizing during load
1 parent 3513841 commit 2f8fb6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/components/marquee.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
4747
justify-content: center;
4848
padding-inline: 0.5rem;
4949

50-
& > div { max-width: 75rem }
50+
& > div {
51+
max-width: 75rem;
52+
width: 100%;
53+
}
5154
}
5255

5356
.marquee-item-spacing {

0 commit comments

Comments
 (0)