Skip to content

Commit

Permalink
Update margin
Browse files Browse the repository at this point in the history
  • Loading branch information
muliswilliam committed Sep 24, 2023
1 parent 10ab479 commit 1289d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function HomeContent({ children }: { children: React.ReactNode })
return (
<div className="flex flex-col h-[calc(100vh-4rem)] lg:flex-row">
<div className="flex justify-end order-2 w-full lg:order-1">
<div className="flex flex-col justify-start p-6 lg:border-r 2xl:max-w-[754px]">
<div className="flex flex-col justify-start md:pr-4 lg:border-r 2xl:max-w-[754px]">
<h1 className="text-left text-xl lg:text-2xl xl:text-3xl py-4 md:py-8 font-bold">
What we do
</h1>
Expand Down Expand Up @@ -46,7 +46,7 @@ export default function HomeContent({ children }: { children: React.ReactNode })
</div>
</div>
<div className="flex order-1 md:order-1 w-full">
<div className="flex flex-col w-[100%] justify-start p-6 2xl:max-w-[754px]">
<div className="flex flex-col w-[100%] justify-start md:pl-4 2xl:max-w-[754px]">
{children}
</div>
</div>
Expand Down

0 comments on commit 1289d38

Please sign in to comment.