diff --git a/src/components/NotFoundPage.tsx b/src/components/NotFoundPage.tsx index ac8c4a13..d15004d3 100644 --- a/src/components/NotFoundPage.tsx +++ b/src/components/NotFoundPage.tsx @@ -161,7 +161,7 @@ export function NotFoundPage() { className="overflow-hidden max-w-full mb-8" style={{ fontFamily: "monospace", - lineHeight: 1.15, + lineHeight: 1.8, whiteSpace: "pre", letterSpacing: "1px", color: "var(--vocs-text-color-heading)", @@ -169,7 +169,7 @@ export function NotFoundPage() { }} >
{mppLines.map((mppLine, lineIdx) => {