We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b102d08 commit 6810245Copy full SHA for 6810245
app/page.tsx
@@ -15,7 +15,7 @@ import {
15
export default function Home() {
16
return (
17
<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">
+ <div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
19
<div className="flex flex-col md:flex-row md:gap-16">
20
{/* Left column: Namecard and Photo */}
21
<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