Skip to content

Commit

Permalink
feature(ui fix |comment ui updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyajit4419 committed Mar 18, 2022
1 parent 4ddc6ef commit 8571c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/BlogInner.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function BlogInner({ data, content, headings }) {
<BsThreeDots />
</p>

<article className="prose max-w-sm text-sm md:max-w-prose lg:prose-lg py-7 dark:prose-dark ">
<article className="prose max-w-xs sm:max-w-sm md:max-w-prose lg:prose-lg py-7 dark:prose-dark ">
<MDXRemote {...content} />
</article>

Expand Down

1 comment on commit 8571c9d

@vercel
Copy link

@vercel vercel bot commented on 8571c9d Mar 18, 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.