Skip to content

Commit 98cbb77

Browse files
committed
Tweak spacings
1 parent 5104422 commit 98cbb77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/conf/2025/faq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

src/app/conf/2025/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 />

src/app/conf/2025/sponsorship.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Button } from "../_design-system/button"
33

44
export 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."

0 commit comments

Comments
 (0)