Skip to content

Commit

Permalink
update responsive for post details
Browse files Browse the repository at this point in the history
  • Loading branch information
WangCHEN9 committed Feb 6, 2022
1 parent cc9bbcd commit a44dcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/post/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const PostDetail: FC<Props> = ({ post }) => {
}

return (
<div className="contrainer mx-auto px-10 mb-8">
<div className="contrainer mx-8 md:mx-20 lg:mx-40 mb-8">
<div className="grid grid-cols-1 lg:grid-cols-12 gap-12">
<div className="col-span-1 lg:col-span-8">
<PostDetails post={post} />
Expand Down

1 comment on commit a44dcb0

@vercel
Copy link

@vercel vercel bot commented on a44dcb0 Feb 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.