Skip to content

Commit 9e66889

Browse files
committed
Make the navbar more mobile friendly
1 parent 6abca31 commit 9e66889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2025/components/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ export function Navbar({ links, year }: NavbarProps): ReactElement {
4545
)}
4646
>
4747
<BackdropBlur />
48-
<div className="flex h-[var(--navbar-h)] items-center justify-between gap-5 px-10">
48+
<div className="flex h-[var(--navbar-h)] items-center justify-between gap-5 px-4 lg:px-10">
4949
<div className="flex items-center gap-2 text-xl/none uppercase">
5050
<NextLink href="/">
5151
<GraphQLLogo className="h-6" />
5252
</NextLink>
5353
<span>/ GraphQLConf {year}</span>
5454
</div>
5555

56-
<div className="mr-auto flex h-full flex-col justify-center border-x border-black/60 px-4 typography-menu dark:border-white/80">
56+
<div className="mr-auto flex h-full flex-col justify-center whitespace-pre border-x border-black/60 px-4 typography-menu dark:border-white/80 max-xl:hidden">
5757
<p className="flex items-center gap-2 text-sm">
5858
<time dateTime="2025-09-08">September 08</time>
5959
<span>-</span>

0 commit comments

Comments
 (0)