We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463cd35 commit c40d8dfCopy full SHA for c40d8df
src/app/conf/2025/faq.tsx
@@ -200,7 +200,7 @@ export function FAQ({ className }: { className?: string }) {
200
<section
201
id="faq"
202
className={clsx(
203
- "gql-conf-section flex gap-10 max-md:flex-col xl:gap-24 2xl:gap-36",
+ "gql-conf-section flex gap-10 max-lg:flex-col xl:gap-24 2xl:gap-36",
204
className,
205
)}
206
>
@@ -215,7 +215,7 @@ export function FAQ({ className }: { className?: string }) {
215
</p>
216
</div>
217
218
- <div className="grow space-y-4 md:space-y-6">
+ <div className="grow space-y-4 lg:space-y-6">
219
{FAQS.map((faq, index) => (
220
<details
221
open={index === 0}
0 commit comments