Skip to content

Commit

Permalink
Fix padding in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Nov 7, 2022
1 parent 0bd0035 commit 61b1ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ strong {
code {
--border-radius: 3px;
--padding-block: 0.2rem;
--padding-inline: 0.33rem;
--padding-inline: 0rem;

font-family: var(--font-mono);
font-size: 0.85em;
Expand Down

0 comments on commit 61b1ce5

Please sign in to comment.