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 b1c8205 commit 77f75c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions data/authors/default.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ The legacy version built with **Gatsby** can be found [here](https://leo-blog-le
Most of the images in my blog are from [Unsplash](https://unsplash.com/) and illustrations are from [Storyset](https://storyset.com/).

Thanks for the free resources <Twemoji emoji="folded-hands" />

## Contact

<SocialAccounts />
5 changes: 4 additions & 1 deletion layouts/AuthorLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ 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">{children}</div>
<div className="pb-8 prose prose-lg max-w-none dark:prose-dark pd-8">
{children}
<hr />
</div>
</div>
</div>
</>
Expand Down

0 comments on commit 77f75c9

Please sign in to comment.