Skip to content

Commit 25d343f

Browse files
committed
Tweak the heading width
1 parent d2e02ad commit 25d343f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/conf/2025/faq.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ export function FAQ({ className }: { className?: string }) {
205205
)}
206206
>
207207
<div>
208-
<h2 className="typography-h2">Frequently Asked Questions</h2>
208+
<h2 className="typography-h2 lg:max-xl:max-w-lg">
209+
Frequently Asked Questions
210+
</h2>
209211
<p className="mt-6 typography-body-md">
210212
You can find much more information on our{" "}
211213
<a href="/conf/2025/resources" className="typography-link">

0 commit comments

Comments
 (0)