mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
Debug
This commit is contained in:
@@ -11,7 +11,7 @@ export default function Page() {
|
||||
<AcmeLogo />
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-4 flex h-full min-h-[500px] grow flex-col gap-4 md:flex-row">
|
||||
<div className="mt-4 flex grow flex-col gap-4 md:flex-row">
|
||||
<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">
|
||||
<p
|
||||
className={`${lusitana.className} text-xl text-gray-800 md:text-3xl md:leading-normal`}
|
||||
@@ -29,7 +29,7 @@ export default function Page() {
|
||||
<span>Log in</span> <ArrowRightIcon className="w-5 md:w-6" />
|
||||
</Link>
|
||||
</div>
|
||||
<div className="flex items-center justify-center p-6 md:w-3/5 md:p-24">
|
||||
<div className="flex items-center justify-center p-6 md:w-3/5 md:px-28 md:py-12">
|
||||
<Image
|
||||
src="/hero.png"
|
||||
width={1000}
|
||||
|
||||
Reference in New Issue
Block a user