Skip to content

Commit

Permalink
Tweak inline code block padding
Browse files Browse the repository at this point in the history
  • Loading branch information
k0nserv committed Mar 8, 2024
1 parent c0de256 commit 534dc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ h5, h6 {
p code, li code {
font-family: $monospace-font-family;
font-size: 0.85em;
padding: 0.2em 0.1em;
padding: 0.1em 0.2em;

@include code-background;
}
Expand Down

0 comments on commit 534dc76

Please sign in to comment.