Skip to content

Commit

Permalink
imp: increase space between header items
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Sep 21, 2023
1 parent 2781829 commit 2d2c965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import UserButton from "@/components/user/user-button";
const Header = () => (
<header className={"sticky z-20 top-0 px-2 bg-opacity-90 w-full"}>
<div className={"mx-auto flex align-middle items-center justify-between p-4 w-full max-w-[1600px] bg-background/95"}>
<div className={"flex items-center space-x-2"}>
<div className={"flex items-center justify-between w-full"}>
<Link className={"text-xl md:text-2xl font-extrabold"} href={"/"}>beanstats</Link>
<Navigation/>
</div>
Expand Down

0 comments on commit 2d2c965

Please sign in to comment.