We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9349c commit 68a9116Copy full SHA for 68a9116
1 file changed
src/components/Blocks/RenderBlocks.tsx
@@ -199,7 +199,7 @@ export const ThemeWithShapes: React.FC<{
199
return (
200
<section className='relative flex w-full'>
201
<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')}>
+ <div className={cn('container h-full relative pt-6 pb-12 min-h-[22em] light bg-background')}>
203
{props.children}
204
</div>
205
</section>
0 commit comments