Skip to content

Commit

Permalink
🐶 Rewrite header layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyVlad committed Mar 4, 2024
1 parent 5e3cb67 commit 59c0a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export default function RootLayout({
<AxiomWebVitals />
<body
className={cn(
"flex min-h-screen flex-col items-center bg-background px-16 font-sans antialiased",
"flex min-h-screen flex-col items-center bg-background font-sans antialiased",
fontSans.variable,
)}
>
<header className="flex w-full items-center justify-between py-12">
<header className="mx-auto flex w-full max-w-[1384px] items-center justify-between gap-8 p-3">
<Button
variant="link"
className="flex items-center gap-4 p-0 text-base font-bold"
Expand Down

0 comments on commit 59c0a6a

Please sign in to comment.