Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanniegb committed Aug 10, 2024
1 parent a37b33a commit 167dfcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Home() {
{/* <-- END */}

{/* Link cards --> */}
<section className="container mx-auto flex w-[90%] grid-cols-3 flex-col gap-4 text-text-primary md:grid md:gap-2 lg:w-[80%] lg:gap-4">
<section className="container mx-auto flex w-[90%] grid-cols-3 grid-rows-2 flex-col gap-4 text-text-primary md:grid md:gap-2 lg:w-[80%] lg:gap-4">
<div className="relative col-span-2 mx-auto h-[280px] w-full max-w-[500px] overflow-clip rounded-[16px] bg-[--link-card] md:h-[350px] md:max-w-none">
<Link
href="/burner"
Expand All @@ -77,7 +77,7 @@ export default function Home() {
</Link>
</div>

<div className="group relative mx-auto h-[280px] w-full max-w-[500px] overflow-clip rounded-[16px] bg-[--link-card] md:h-full md:max-h-none md:max-w-none">
<div className="group relative mx-auto h-[280px] w-full max-w-[500px] overflow-clip rounded-[16px] bg-[--link-card] md:h-[350px] md:max-h-none md:max-w-none">
<Link
href="https://starknet-faucet.vercel.app"
target="_blank"
Expand Down Expand Up @@ -219,6 +219,7 @@ export default function Home() {
</Link>
</div>
</section>

{/* <-- END */}

{/* Community --> */}
Expand Down

0 comments on commit 167dfcc

Please sign in to comment.