website: increase code block line height from 18px to 24px

This commit is contained in:
Tommy D. Rossi
2026-02-20 23:04:00 +01:00
parent aaeb20643a
commit 5c1ef5d332
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ pre[class*="language-"] {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.02em;
line-height: 18px;
line-height: 24px;
text-align: left;
white-space: pre;
word-spacing: normal;