Skip to content

Commit 4708c86

Browse files
committed
Tweak mobile spacing
1 parent ca61f93 commit 4708c86

File tree

1 file changed

+1
-1
lines changed
  • src/app/leverage/components/faq-section

1 file changed

+1
-1
lines changed

src/app/leverage/components/faq-section/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { FaqItem, FaqList } from '@/components/faq'
44

55
export function FaqSection() {
66
return (
7-
<FaqList className='mx-auto my-12 w-full !max-w-7xl px-4 sm:px-6 md:mx-8'>
7+
<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'>
88
<FaqItem
99
question='How does the Leverage Suite work?'
1010
id='faq-leverage-interface'

0 commit comments

Comments
 (0)