Skip to content

Commit

Permalink
Add padding to code block and remove margin
Browse files Browse the repository at this point in the history
  • Loading branch information
vercas committed Oct 28, 2023
1 parent 9c90f2a commit f502f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ div.highlight {
pre.highlight {
color: #aaa;
overflow: auto;
margin: 5px;
padding: 5px;

code {
line-height: 1;
Expand Down

0 comments on commit f502f5c

Please sign in to comment.