Skip to content

Commit

Permalink
Remove overadjustment of <pre> line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
remino committed Aug 13, 2024
1 parent eb3327d commit 5ba82a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/_code.sass
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ pre

pre, textarea
font-size: calc(var(--sc-cs) * 1rem)
line-height: calc(var(--sc-lh) / var(--sc-cs) * 0.9rem)
line-height: calc(var(--sc-lh) / var(--sc-cs))

0 comments on commit 5ba82a1

Please sign in to comment.