Skip to content

Commit

Permalink
Center the div
Browse files Browse the repository at this point in the history
  • Loading branch information
balazshevesi committed Dec 28, 2023
1 parent da9ec40 commit 23d59af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/MarkDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function MarkDown() {
const readMe = await getReadMe();

return (
<div className="prose dark:prose-invert">
<div className="prose mx-auto dark:prose-invert">
<ReactMarkdown rehypePlugins={[RehypeRaw]}>{readMe}</ReactMarkdown>
</div>
);
Expand Down

0 comments on commit 23d59af

Please sign in to comment.