Skip to content

Commit 71022f2

Browse files
authored
Merge pull request #513 from justWalsdi/main
fix(ui): center Hero block
2 parents dd5dfdf + 0fd3f2b commit 71022f2

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)