We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd5dfdf + 0fd3f2b commit 71022f2Copy full SHA for 71022f2
1 file changed
apps/docs/src/components/hero.tsx
@@ -7,7 +7,7 @@ import { TypographyLead } from './ui/typography'
7
8
export const Hero = () => {
9
return (
10
- <section className='py-8 mb-5'>
+ <section className='py-8 mb-5 mx-auto'>
11
<div className='container text-center'>
12
<div className='mx-auto flex max-w-5xl flex-col gap-6'>
13
<h1 className='text-3xl font-semibold lg:text-6xl'>
0 commit comments