Skip to content

Commit

Permalink
fix: increase code block font size
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Mar 17, 2024
1 parent 5398cd0 commit 5d4cd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

.markdown pre {
@apply my-2 bg-zinc-800 p-4 w-full rounded border border-zinc-600 text-base leading-tight whitespace-pre-wrap;
@apply my-2 bg-zinc-800 p-4 w-full rounded border border-zinc-600 text-lg leading-tight whitespace-pre-wrap;
}

.markdown code {
Expand Down

0 comments on commit 5d4cd37

Please sign in to comment.