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:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user