Skip to content

Commit 68a9116

Browse files
committed
fix: ThemeWithShapes content-centre
1 parent 1b9349c commit 68a9116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Blocks/RenderBlocks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export const ThemeWithShapes: React.FC<{
199199
return (
200200
<section className='relative flex w-full'>
201201
<div className={cn('absolute inset-0 w-screen h-full light bg-background')}></div>
202-
<div className={cn('container h-full relative pt-6 pb-12 min-h-[22em] content-center light bg-background')}>
202+
<div className={cn('container h-full relative pt-6 pb-12 min-h-[22em] light bg-background')}>
203203
{props.children}
204204
</div>
205205
</section>

0 commit comments

Comments
 (0)