File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export function FAQ({ className }: { className?: string }) {
200
200
< section
201
201
id = "faq"
202
202
className = { clsx (
203
- "gql-conf-section flex gap-10 max-lg:flex-col xl:gap-24 2xl:gap-36" ,
203
+ "gql-conf-section flex gap-10 max-lg:flex-col xl:gap-24 xl:py-16 2xl:gap-36" ,
204
204
className ,
205
205
) }
206
206
>
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export default function Page() {
30
30
< div className = "gql-conf-container gql-conf-navbar-strip text-neu-900 before:bg-white/50 before:dark:bg-blk/30" >
31
31
< RegisterSection />
32
32
< Sponsors heading = "Thanks to our 2024 sponsors!" />
33
- < CallForProposals />
34
33
< Sponsor />
34
+ < CallForProposals />
35
35
< Venue />
36
36
< GraphQLFoundationCard />
37
37
< FAQ />
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Button } from "../_design-system/button"
3
3
4
4
export function Sponsor ( ) {
5
5
return (
6
- < section id = "sponsors" className = "gql-conf-section" >
6
+ < section id = "sponsors" className = "gql-conf-section xl:py-16 " >
7
7
< InfoGrid
8
8
title = "Become a Sponsor"
9
9
subtitle = "Connect with the global GraphQL community and showcase your brand to industry leaders and decision-makers."
You can’t perform that action at this time.
0 commit comments