Skip to content

Commit

Permalink
fixed layout
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabtarwani committed Nov 7, 2021
1 parent 5af4a44 commit 1aec983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/AppHomeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const AppHomeContent = () => {

return (
<>
<div className="flex justify-center items-start my-10 max-w-full">
<div className="flex justify-between items-start my-10 max-w-full">
<div className="flex flex-col justify-start mr-10 w-2/3">
<div className="flex flex-col justify-start items-start text-center">
<PageHeader title="Arnab Tarwani" subHeading={subHeading} />
Expand All @@ -23,7 +23,7 @@ const AppHomeContent = () => {
<div className="mt-5">Catch me somewhere else:</div>
<SocialLinks />
</div>
<div className="mt-4 flex justify-center m-auto rounded-full items-center">
<div className="mt-4 flex justify-start rounded-full items-center">
<Image src={HeaderImage} width={150} height={150} className="rounded-full" />
</div>
</div>
Expand Down

1 comment on commit 1aec983

@vercel
Copy link

@vercel vercel bot commented on 1aec983 Nov 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.