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
@@ -377,7 +377,7 @@ export function CodeBlock({ children, lang = "jsx" }: { children: string; lang?:
fontFamily: "var(--font-code)",
fontSize: "12px",
fontWeight: 400,
lineHeight: "18px",
lineHeight: "24px",
letterSpacing: "normal",
color: "var(--text-primary)",
tabSize: 2,
+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;