Skip to content

Commit

Permalink
style: about page style
Browse files Browse the repository at this point in the history
  • Loading branch information
mk965 committed Aug 15, 2024
1 parent 1fc1866 commit b1c8205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/AuthorLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function AuthorLayout({ children }: AuthorLayoutProps) {
{/* <div className="items-start pt-8 space-y-2 xl:grid xl:grid-cols-3 xl:space-y-0"> */}
<div className="items-start pt-8 space-y-2">
{/* <ProfileCard /> */}
<div className="pb-8 prose prose-lg max-w-none dark:prose-dark xl:pl-10">{children}</div>
<div className="pb-8 prose prose-lg max-w-none dark:prose-dark">{children}</div>
</div>
</div>
</>
Expand Down
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

0 comments on commit b1c8205

Please sign in to comment.