diff --git a/website/src/components/markdown.tsx b/website/src/components/markdown.tsx index c4a4609..b13f9a8 100644 --- a/website/src/components/markdown.tsx +++ b/website/src/components/markdown.tsx @@ -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, diff --git a/website/src/styles/editorial-prism.css b/website/src/styles/editorial-prism.css index 567742c..a7df4fe 100644 --- a/website/src/styles/editorial-prism.css +++ b/website/src/styles/editorial-prism.css @@ -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;