Skip to content

Commit

Permalink
landing: add image padding
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Dec 2, 2023
1 parent d6674c5 commit 4f0e89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function Block({
<h2 className="text-4xl font-semibold mb-6 leading-tight px-8 md:px-0">{heading}</h2>
<p className="text-lg leading-6 mb-6">{children}</p>
</div>
<div className={clsx('flex items-center')}>{image}</div>
<div className={clsx('flex items-center px-4')}>{image}</div>
</div>
);
}

0 comments on commit 4f0e89a

Please sign in to comment.