Skip to content

Commit

Permalink
center page content
Browse files Browse the repository at this point in the history
  • Loading branch information
kguzek committed Jan 5, 2025
1 parent ec23fb8 commit 5566a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/dynamic-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function DynamicPageLoader({ page }: { page: string }) {
const content = await getContentById(currentPage.id);
if (!content) return <ErrorComponent errorCode={ErrorCode.ServerError} />;
return (
<div className="text">
<div className="text flex justify-center">
<div
className="page-content prose mt-6"
dangerouslySetInnerHTML={{ __html: content.content }}
Expand Down

0 comments on commit 5566a63

Please sign in to comment.