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.
2 parents 2da6c44 + bd2cebb commit bfcbfebCopy full SHA for bfcbfeb
1 file changed
components/blogs/blog-detail.js
@@ -16,11 +16,11 @@ export default function BlogDetailComponent({ post }) {
16
return (
17
<div className="container mx-auto w-full min-w-0 max-w-full">
18
{/* Main Content Grid */}
19
- <div className="flex w-full min-w-0 flex-col gap-4 py-8 xl:flex-row">
+ <div className="flex w-full min-w-0 flex-col gap-4 py-8 xl:flex-row xl:justify-center xl:gap-6">
20
21
22
{/* Main Content */}
23
- <article className="w-full min-w-0 max-w-4xl flex-1 px-4">
+ <article className="mx-auto w-full min-w-0 max-w-4xl px-4 xl:mx-0 xl:shrink-0">
24
25
<DetailHeader post={post} />
26
0 commit comments