This commit is contained in:
2024-10-15 19:28:32 +05:30
parent 6928c76951
commit 5e91ea959c
7 changed files with 2921 additions and 166 deletions

View File

@@ -35,7 +35,7 @@ const Home = () => {
backgroundSize="contain"
backgroundRepeat="no-repeat">
<Box>
<VStack pt={{base:28,md:28}} mb={{base:8,md: 14}}>
<VStack pt={{base:colorMode === "light"?28:24,md:28}} mb={{base:8,md: 14}}>
<Container maxW="3xl" position={"relative"}>
<Box w={'100%'} display={"flex"} alignItems={"center"} >
<InputGroup
@@ -115,7 +115,7 @@ const Home = () => {
</Container>
</VStack>
<AmountCard />
<Container maxW="6xl" p={{base:"2rem 1rem",md:"4rem 1rem"}}>
<Container maxW="6xl" p={{base: "2rem 1rem",md:"4rem 1rem"}}>
<Box
p={5}
rounded={10}