File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export function Footer({
23
23
return (
24
24
< footer className = "gql-all-anchors-focusable relative !bg-neu-100 text-neu-900 typography-menu dark:!bg-neu-0 max-md:px-0 max-md:pt-0" >
25
25
< Stripes />
26
- < div className = "flex flex-wrap justify-between gap-4 px-6 py- 4 max-md:w-full lg:py-10" >
26
+ < div className = "flex flex-wrap justify-between gap-4 p- 4 max-md:w-full md:px-6 lg:py-10 2xl:px -10" >
27
27
{ logo }
28
28
< div className = "flex gap-x-4 gap-y-2 typography-body-lg" >
29
29
< p className = "flex items-center gap-2" >
@@ -41,7 +41,7 @@ export function Footer({
41
41
</ li >
42
42
) ) }
43
43
</ ul >
44
- < div className = "relative flex justify-between gap-10 px-6 py- 4 text-sm max-lg:flex-col" >
44
+ < div className = "relative flex justify-between gap-10 p- 4 text-sm max-lg:flex-col md:px-6 2xl:px-10 " >
45
45
< div className = "flex flex-col font-light max-md:gap-5" >
46
46
< p >
47
47
Copyright © { new Date ( ) . getFullYear ( ) } The GraphQL Foundation. All
@@ -139,7 +139,7 @@ function FooterBox({ box }: { box: FooterLink | FooterLink[] }) {
139
139
href = { href }
140
140
title = { disabled ? "Coming soon" : undefined }
141
141
className = { clsx (
142
- "gql-focus-visible relative block h-full p-6 " ,
142
+ "gql-focus-visible relative block h-full p-4 pb-8 md:p-6 2xl:px-10 " ,
143
143
disabled ? "pointer-events-none" : "underline-offset-4 hover:underline" ,
144
144
) }
145
145
tabIndex = { disabled ? - 1 : undefined }
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export function Navbar({ links, year }: NavbarProps): ReactElement {
48
48
) }
49
49
>
50
50
< BackdropBlur />
51
- < div className = "flex h-[var(--navbar-h)] items-center justify-between gap-5 px-4 lg :px-10" >
51
+ < div className = "flex h-[var(--navbar-h)] items-center justify-between gap-5 px-4 md:px-6 2xl :px-10" >
52
52
< GraphQLConfLogoLink year = { year } />
53
53
54
54
< div className = "mr-auto flex h-full flex-col justify-center whitespace-pre border-x border-blk/60 px-4 typography-menu dark:border-white/80 max-xl:hidden" >
You can’t perform that action at this time.
0 commit comments