Skip to content

Commit 87c9500

Browse files
authored
fix style issues on mobile (graphql#1684)
* fix * prettier
1 parent 941410f commit 87c9500

File tree

9 files changed

+17
-12
lines changed

9 files changed

+17
-12
lines changed

src/components/cards.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ export function Cards({
3737
>
3838
{/* @ts-expect-error */}
3939
{typeof Icon === "function" ? <Icon className="h-6" /> : Icon}
40-
<b className="mt-4 text-lg text-center">{title}</b>
41-
<span className="text-xs md:text-sm">{description}</span>
40+
<b className="mt-4 mb-2 text-lg text-center">{title}</b>
41+
<span className="text-xs md:text-sm text-center break-all">
42+
{description}
43+
</span>
4244
</Card>
4345
)
4446
},

src/pages/community/events.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function Meetups() {
131131
}, [])
132132
return (
133133
<>
134-
<div id="map" className="h-96 my-6" />
134+
<div id="map" className="h-96 my-6 z-0" />
135135
{meetups.map(({ node }) => (
136136
<EventCard
137137
key={node.id}

src/pages/community/foundation/annual-reports.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
heroText: Reflecting upon our accomplishments, anticipating our future
2+
description: Reflecting upon our accomplishments, anticipating our future
33
---
44

55
# Annual Reports

src/pages/community/foundation/annual-reports/2019.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
heroText: 2019 Annual Report
32
date: 2020-04-02
43
---
54

src/pages/community/foundation/community-grant.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebarTitle: Community Grant
3-
heroText:
3+
description:
44
The GraphQL Community Grant program helps the GraphQL Foundation invest
55
directly into the success, health, and sustainability of our ecosystem.
66
---

src/pages/community/foundation/contact.mdx

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
2-
heroText: The GraphQL Foundation is here to help.
2+
description: The GraphQL Foundation is here to help.
33
---
44

55
# Contact the GraphQL Foundation
66

77
The GraphQL Foundation is supported by staff from [The Linux Foundation](https://linuxfoundation.org). If you have questions, please reach out to us using the links below.
88

9-
_Please note that we do not provide user support for GraphQL. If you have an implementation question,
10-
please use the [relevant community channels](/community/)._
9+
import { Callout } from 'nextra/components'
10+
11+
<Callout type="warning">
12+
**Please note:** we do not provide user support for GraphQL. If you have an implementation question,
13+
please use the [relevant community channels](/community).
14+
</Callout>
1115

1216
## Membership Inquiries
1317

src/pages/community/foundation/graphql-conf.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
heroText: The official GraphQL conference, hosted by the GraphQL Foundation.
2+
description: The official GraphQL conference, hosted by the GraphQL Foundation.
33
---
44

55
# GraphQL Conf

src/pages/community/foundation/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
heroText: An open and neutral home for the GraphQL community, dedicated to promoting widespread adoption and accelerating development of the surrounding ecosystem
2+
description: An open and neutral home for the GraphQL community, dedicated to promoting widespread adoption and accelerating development of the surrounding ecosystem
33
---
44

55
# What is the GraphQL Foundation?

src/pages/community/foundation/join.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
heroText: GraphQL Foundation members demonstrate their commitment to the ecosystem by providing essential financial support.
2+
description: GraphQL Foundation members demonstrate their commitment to the ecosystem by providing essential financial support.
33
---
44

55
# Become a Member

0 commit comments

Comments
 (0)