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 66dcaf8 commit 69dcf75Copy full SHA for 69dcf75
src/app/(space)/(content)/[[...pathname]]/loading.tsx
@@ -19,7 +19,7 @@ export default function PageSkeleton() {
19
'lg:items-start',
20
)}
21
>
22
- <div className={tcls('flex-1', 'max-w-3xl')}>
+ <div className={tcls('flex-1', 'max-w-3xl', 'mx-auto')}>
23
<SkeletonHeading style={tcls('mb-8')} />
24
<SkeletonParagraph style={tcls('mb-4')} />
25
</div>
0 commit comments