File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ export function GraphQLFoundationCard({ className }: { className?: string }) {
6
6
return (
7
7
< section className = { clsx ( "gql-conf-section" , className ) } >
8
8
< 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" />
11
11
</ 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" >
13
13
GraphQLConf is presented by the GraphQL Foundation, uniting the global
14
14
GraphQL community to promote education, adoption, and advancement of
15
15
GraphQL.
You can’t perform that action at this time.
0 commit comments