Skip to content

Commit 0bab8d0

Browse files
committed
updated to 4xl
1 parent 734fb4e commit 0bab8d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Root() {
3232
function RootLayout() {
3333
return (
3434
<div className="min-h-screen bg-background container mx-auto px-4">
35-
<div className="mx-auto max-w-5xl">
35+
<div className="mx-auto max-w-4xl">
3636
<Header />
3737
<main className="py-20">
3838
<Routes>

src/components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function Header() {
7474
<div className="container mx-auto px-4">
7575
<motion.div
7676
className={cn(
77-
"mx-auto rounded-full transition-colors max-w-5xl flex justify-between items-center mx-auto",
77+
"mx-auto rounded-full transition-colors max-w-4xl flex justify-between items-center mx-auto",
7878
isScrolled
7979
? "bg-card shadow-lg backdrop-blur-lg supports-[backdrop-filter]:bg-input/50"
8080
: "bg-transparent"

0 commit comments

Comments
 (0)