Skip to content

Commit 0fd3f2b

Browse files
authored
fix(ui): center Hero block.
1 parent dd5dfdf commit 0fd3f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/src/components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { TypographyLead } from './ui/typography'
77

88
export const Hero = () => {
99
return (
10-
<section className='py-8 mb-5'>
10+
<section className='py-8 mb-5 mx-auto'>
1111
<div className='container text-center'>
1212
<div className='mx-auto flex max-w-5xl flex-col gap-6'>
1313
<h1 className='text-3xl font-semibold lg:text-6xl'>

0 commit comments

Comments
 (0)