Skip to content

Commit

Permalink
design: change margin for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Jan 25, 2024
1 parent 4286583 commit 3a7630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (r *CodeRenderer) WriteCodeBlockAssets(w io.Writer) error {
position: relative;
}
.chroma pre {
padding: 24px 12px 16px;
padding: 24px 12px;
overflow-x: auto;
font-family: monospace, sans-serif;
font-size: 90%%;
Expand Down

0 comments on commit 3a7630b

Please sign in to comment.