Skip to content

Commit

Permalink
code chunks css: fix line height
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Sep 13, 2020
1 parent 253bad1 commit 12c5c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ pre code {

pre {
font-size: 0.875rem;
line-height: 1.5;
line-height: 1.5em;
border-radius: 0.25rem;
padding: 0.59375rem;
}
Expand Down

0 comments on commit 12c5c85

Please sign in to comment.