Skip to content

Commit

Permalink
Update header.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
r2hu1 authored Aug 24, 2024
1 parent 64a85cf commit 9694661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/page/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { buttonVariants } from "../ui/button";

export default function Header() {
return (
<header className="flex justify-between items-center py-5 md:px-20 lg:px-28 px-6">
<header className="flex justify-between items-center py-5 md:px-20 lg:px-32 px-6">
<Logo />
<div className="flex items-center justify-center gap-2">
<div className="hidden md:block">
Expand All @@ -21,4 +21,4 @@ export default function Header() {
</div>
</header>
)
}
}

0 comments on commit 9694661

Please sign in to comment.