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 }) {
200200 < section
201201 id = "faq"
202202 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" ,
204204 className ,
205205 ) }
206206 >
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export default function Page() {
3030 < div className = "gql-conf-container gql-conf-navbar-strip text-neu-900 before:bg-white/50 before:dark:bg-blk/30" >
3131 < RegisterSection />
3232 < Sponsors heading = "Thanks to our 2024 sponsors!" />
33- < CallForProposals />
3433 < Sponsor />
34+ < CallForProposals />
3535 < Venue />
3636 < GraphQLFoundationCard />
3737 < FAQ />
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Button } from "../_design-system/button"
33
44export function Sponsor ( ) {
55 return (
6- < section id = "sponsors" className = "gql-conf-section" >
6+ < section id = "sponsors" className = "gql-conf-section xl:py-16 " >
77 < InfoGrid
88 title = "Become a Sponsor"
99 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