Skip to content

Commit

Permalink
wip: refactor block landing
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Nov 13, 2024
1 parent 7d03f27 commit 1a6602a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webapp/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export default function Home() {
<PartnerSectionWithPhysics />
<Flex
id="who-can-benefit-section"
flexDir="column"
bg="bgGray"
w={{ base: "95%", lg: "full" }}
mx="auto"
Expand All @@ -239,7 +238,7 @@ export default function Home() {
px={{ lg: 44 }}
pt={12}
>
<Flex>
<Flex direction={"column"}>
<Flex flex={1}>
<Heading
fontSize={{ base: "2xl", lg: "5xl" }}
Expand All @@ -250,7 +249,6 @@ export default function Home() {
</Flex>
<Flex
flex={1}
justify="end"
align="center"
display={{ base: "none", lg: "flex" }}
>
Expand Down

0 comments on commit 1a6602a

Please sign in to comment.