Skip to content

Commit c7d77e3

Browse files
authored
style: make speakers page 3 per row (graphql#1486)
1 parent 5edfc37 commit c7d77e3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/assets/css/global.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
/*@tailwind base;*/
22
@tailwind components;
33
@tailwind utilities;
4+
5+
.override-prose-w-with-85ch {
6+
max-width: 83ch;
7+
}

src/pages/conf/program.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ export default () => {
1010
return (
1111
<LayoutConf>
1212
<HeaderConf />
13+
1314
<div className="bg-white">
14-
<div className="prose lg:prose-lg mx-auto py-10 max-sm:px-4">
15+
<div className="prose lg:prose-lg mx-auto py-10 max-sm:px-4 override-prose-w-with-85ch">
1516
<h1>GraphQLConf 2023 Program</h1>
1617
<section className="px-0 my-8">
1718
<h4>September 19-21, 2023 I San Francisco Bay Area, CA</h4>

0 commit comments

Comments
 (0)