website: simplify code examples, tighten code letter-spacing

- Remove -s 1 from all CLI examples (kept in sessions section for isolation demo)
- Remove unnecessary await from -e expressions (CLI auto-awaits)
- Remove console.log wrappers where CLI auto-prints results
- Reduce code letter-spacing from 0.02em to 0.01em
This commit is contained in:
Tommy D. Rossi
2026-02-22 22:46:39 +01:00
parent e27c8ccdf2
commit 8f2dcc822e
3 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ pre[class*='language-'] {
font-family: var(--font-code, 'SF Mono', 'SFMono-Regular', 'Consolas', 'Liberation Mono', Menlo, Courier, monospace);
font-size: 12px;
font-weight: 500;
letter-spacing: 0.02em;
letter-spacing: 0.01em;
line-height: 1.85;
text-align: left;
white-space: pre;
+1 -1
View File
@@ -116,7 +116,7 @@
font-size: 12.6px;
font-weight: 500;
line-height: 12.6px;
letter-spacing: 0.02em;
letter-spacing: 0.01em;
padding: 1.6px 3.2px;
color: rgba(0, 0, 0, 0.75);
}