Skip to content

Commit 6810245

Browse files
committed
Narrower
1 parent b102d08 commit 6810245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
export default function Home() {
1616
return (
1717
<main className="min-h-screen p-4 pb-2 md:p-8 md:pb-4 bg-zinc-100 dark:bg-zinc-100">
18-
<div className="mx-auto max-w-screen-2xl px-4 sm:px-6 lg:px-8">
18+
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
1919
<div className="flex flex-col md:flex-row md:gap-16">
2020
{/* Left column: Namecard and Photo */}
2121
<div className="md:w-[30%] md:sticky md:top-8 md:self-start flex flex-col justify-between md:min-h-[calc(100vh-6rem)]">

0 commit comments

Comments
 (0)