File tree 1 file changed +2
-2
lines changed
src/app/conf/2025/components
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ export function Navbar({ links, year }: NavbarProps): ReactElement {
45
45
) }
46
46
>
47
47
< 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" >
49
49
< div className = "flex items-center gap-2 text-xl/none uppercase" >
50
50
< NextLink href = "/" >
51
51
< GraphQLLogo className = "h-6" />
52
52
</ NextLink >
53
53
< span > / GraphQLConf { year } </ span >
54
54
</ div >
55
55
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 " >
57
57
< p className = "flex items-center gap-2 text-sm" >
58
58
< time dateTime = "2025-09-08" > September 08</ time >
59
59
< span > -</ span >
You can’t perform that action at this time.
0 commit comments