Skip to content

Commit

Permalink
fix button layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Jan 17, 2024
1 parent 6ec18b9 commit 5985826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site-ui/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function Header() {
"flex items-center gap-6 py-6 md:py-8 lg:gap-10"
)}
>
<div className="w-28 md:w-32">
<div className="w-24 md:w-28">
<Logo />
</div>

Expand Down

0 comments on commit 5985826

Please sign in to comment.