Skip to content

Commit 89a7109

Browse files
committed
feat: decreased width of panel
1 parent 3bce1d7 commit 89a7109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default function Portfolio() {
9191
return (
9292
<div className="bg-neutral-100 dark:bg-neutral-950 text-gray-800 dark:text-gray-200 transition-colors duration-300">
9393
<Navbar />
94-
<div className="mx-auto max-w-full px-4 sm:px-6 md:px-8 lg:max-w-5xl xl:max-w-6xl 2xl:max-w-7xl">
94+
<div className="mx-auto max-w-full px-4 sm:px-12 md:px-16 lg:max-w-5xl xl:max-w-6xl 2xl:max-w-7xl">
9595
<Header />
9696
<main className="container mx-auto px-4 py-8 z-1">
9797
<About />

0 commit comments

Comments
 (0)