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 3bce1d7 commit 89a7109Copy full SHA for 89a7109
src/app/page.tsx
@@ -91,7 +91,7 @@ export default function Portfolio() {
91
return (
92
<div className="bg-neutral-100 dark:bg-neutral-950 text-gray-800 dark:text-gray-200 transition-colors duration-300">
93
<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">
+ <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">
95
<Header />
96
<main className="container mx-auto px-4 py-8 z-1">
97
<About />
0 commit comments