alignment set

This commit is contained in:
2024-06-21 19:38:15 +05:30
parent 870fb588d5
commit 184d8552b4
3 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import playButton from "../assets/PlayBtn.png";
const Advertising = () => {
return (
<Box position={"relative"} h={"90vh"}>
<Box position={"relative"} h={"100%"}>
<Container
display={"flex"}
flexDirection={"column"}

View File

@@ -10,11 +10,12 @@ import { OPACITY_ON_LOAD } from "../Layout/animations";
const Hero = () => {
return (
<Box {...OPACITY_ON_LOAD} h={"100vh"}>
<Box {...OPACITY_ON_LOAD} h={"100%"} pt={10} pb={20}>
<Container
display={"flex"}
maxW="container.xl"
h={"100%"}
alignItems={'center'}
>
<Box w={"50%"} display={'flex'} flexDirection={'column'} gap={6} justifyContent={'center'} p={10} h={"100%"}>

View File

@@ -28,7 +28,7 @@ const HowItWorks = () => {
return (
<Box id="how-it-works" position={"relative"} backgroundColor={"#ffffff"} h={"120vh"} mt={28} mb={10}>
<Box id="how-it-works" position={"relative"} backgroundColor={"#ffffff"} h={"100%"} mt={28} mb={10}>
<Image src={patter1} position={"absolute"} top={0} left={0} w={100} />
<Container
display={"flex"}