We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edfc37 commit c7d77e3Copy full SHA for c7d77e3
src/assets/css/global.css
@@ -1,3 +1,7 @@
1
/*@tailwind base;*/
2
@tailwind components;
3
@tailwind utilities;
4
+
5
+.override-prose-w-with-85ch {
6
+ max-width: 83ch;
7
+}
src/pages/conf/program.tsx
@@ -10,8 +10,9 @@ export default () => {
10
return (
11
<LayoutConf>
12
<HeaderConf />
13
14
<div className="bg-white">
- <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">
16
<h1>GraphQLConf 2023 Program</h1>
17
<section className="px-0 my-8">
18
<h4>September 19-21, 2023 I San Francisco Bay Area, CA</h4>
0 commit comments