We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a2f08 commit 63c9819Copy full SHA for 63c9819
src/containers/video/layout-04/index.tsx
@@ -19,7 +19,7 @@ const VideoArea = ({ data: { images, video }, space, bg }: TProps) => {
19
const { trans1, trans2 } = useUI();
20
return (
21
<Section
22
- className="video-area tw:relative tw:z-10 tw:-mt-[140px] tw:-bottom-[140px]"
+ className="video-area tw:container tw:relative tw:z-10 tw:-mt-[140px] tw:-bottom-[140px]"
23
space={space}
24
bg={bg}
25
>
0 commit comments