Skip to content

Commit

Permalink
fix: adjust code block padding
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Aug 6, 2024
1 parent 75908d4 commit 3a164e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

:global {
pre {
@apply !m-0 overflow-auto p-2;
@apply !m-0 overflow-auto p-4;

font-size: min(1em, 16px);
}
Expand Down

0 comments on commit 3a164e6

Please sign in to comment.