updated
This commit is contained in:
@@ -47,7 +47,7 @@ const InvestmentPlatform = () => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<Box id="investment" position={"relative"} backgroundColor={"#f5f8f6"} h={"auto"} pt={10} pb={10} >
|
||||
<Box id="investment" position={"relative"} backgroundColor={"#f5f8f6"} h={"100vh"}>
|
||||
<Container
|
||||
display={"flex"}
|
||||
flexDirection={"column"}
|
||||
@@ -77,10 +77,9 @@ const InvestmentPlatform = () => {
|
||||
position={"relative"}
|
||||
>
|
||||
<Box
|
||||
// position={"absolute"}
|
||||
position={"absolute"}
|
||||
display={"flex"}
|
||||
flexDirection={"column"}
|
||||
alignItems={'center'}
|
||||
gap={5}
|
||||
>
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user