Skip to content

Commit 2c7c3b9

Browse files
committed
Improve mobile styles
1 parent 98cbb77 commit 2c7c3b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/conf/2025/components/graphql-foundation-card.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ export function GraphQLFoundationCard({ className }: { className?: string }) {
66
return (
77
<section className={clsx("gql-conf-section", className)}>
88
<div className="flex divide-neu-300 border border-neu-300 bg-neu-100 dark:divide-neu-100 dark:border-neu-100 dark:bg-neu-50 max-md:flex-col max-md:divide-y md:divide-x">
9-
<div className="items-center px-8 py-10 md:px-16 md:py-24">
10-
<FoundationWordmark className="text-rhodamine mx-auto h-[68px] dark:text-current md:h-[100px] [&_g]:fill-current" />
9+
<div className="flex items-center justify-center px-8 py-10 lg:px-16 lg:py-24">
10+
<FoundationWordmark className="text-rhodamine h-[68px] dark:text-current lg:h-[100px] [&_g]:fill-current" />
1111
</div>
12-
<p className="text-pretty px-8 py-10 typography-body-lg max-md:text-center md:px-16 md:py-24">
12+
<p className="text-pretty px-8 py-10 typography-body-lg max-md:text-center lg:px-16 lg:py-24">
1313
GraphQLConf is presented by the GraphQL Foundation, uniting the global
1414
GraphQL community to promote education, adoption, and advancement of
1515
GraphQL.

0 commit comments

Comments
 (0)