Skip to content

Commit 63c9819

Browse files
committed
Fix width on background images in video area
1 parent 59a2f08 commit 63c9819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/video/layout-04/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const VideoArea = ({ data: { images, video }, space, bg }: TProps) => {
1919
const { trans1, trans2 } = useUI();
2020
return (
2121
<Section
22-
className="video-area tw:relative tw:z-10 tw:-mt-[140px] tw:-bottom-[140px]"
22+
className="video-area tw:container tw:relative tw:z-10 tw:-mt-[140px] tw:-bottom-[140px]"
2323
space={space}
2424
bg={bg}
2525
>

0 commit comments

Comments
 (0)