Skip to content

Commit 50f900f

Browse files
Fix landing page bug (vercel#188)
* Update page.tsx * Update page.tsx
1 parent ccc61ed commit 50f900f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/15-final/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Page() {
1111
<AcmeLogo />
1212
</div>
1313
</div>
14-
<div className="mt-4 flex h-full min-h-[500px] grow flex-col gap-4 md:flex-row">
14+
<div className="mt-4 flex grow flex-col gap-4 md:flex-row">
1515
<div className="flex flex-col justify-center gap-6 rounded-lg bg-gray-50 px-6 py-10 md:w-2/5 md:px-20">
1616
<p
1717
className={`${lusitana.className} text-xl text-gray-800 md:text-3xl md:leading-normal`}
@@ -29,7 +29,7 @@ export default function Page() {
2929
<span>Log in</span> <ArrowRightIcon className="w-5 md:w-6" />
3030
</Link>
3131
</div>
32-
<div className="flex items-center justify-center p-6 md:w-3/5 md:p-24">
32+
<div className="flex items-center justify-center p-6 md:w-3/5 md:px-28 md:py-12">
3333
<Image
3434
src="/hero.png"
3535
width={1000}

0 commit comments

Comments
 (0)