Skip to content

Commit

Permalink
Change: code block padding
Browse files Browse the repository at this point in the history
  • Loading branch information
esadek committed Nov 3, 2024
1 parent ba7b8dc commit b003f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const { Content } = await post.render();
@apply text-blue-400 hover:text-blue-500;
}
:global(pre) {
@apply rounded-lg border border-zinc-700 p-4 mb-4;
@apply rounded-lg border border-zinc-700 px-3 py-2 mb-4;
}
:global(img) {
@apply mb-4;
Expand Down

0 comments on commit b003f92

Please sign in to comment.