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 ca61f93 commit 4708c86Copy full SHA for 4708c86
src/app/leverage/components/faq-section/index.tsx
@@ -4,7 +4,7 @@ import { FaqItem, FaqList } from '@/components/faq'
4
5
export function FaqSection() {
6
return (
7
- <FaqList className='mx-auto my-12 w-full !max-w-7xl px-4 sm:px-6 md:mx-8'>
+ <FaqList className='mx-auto my-4 w-full !max-w-7xl px-4 sm:my-8 sm:px-6 md:mx-8 md:my-12'>
8
<FaqItem
9
question='How does the Leverage Suite work?'
10
id='faq-leverage-interface'
0 commit comments