Skip to content

Commit

Permalink
refactor: Rename markdown class name to post-content
Browse files Browse the repository at this point in the history
  • Loading branch information
LucJosin committed Oct 20, 2023
1 parent 4c65b27 commit 0276512
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion src/pages/blog/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const { Content } = await post.render();
description={post.data.description}
post={post}
>
<article class="markdown markdown-lg">
<article class="post-content post-content-lg">
<Content />
</article>
</PostLayout>
Expand Down
Loading

0 comments on commit 0276512

Please sign in to comment.