We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea78c8 commit c5e153bCopy full SHA for c5e153b
packages/website/src/components/terminal.tsx
@@ -361,7 +361,7 @@ const Terminal = () => {
361
}, []);
362
363
return (
364
- <div className="min-h-screen w-full bg-[#0a0a0a] p-6 pb-32 font-mono text-base leading-relaxed text-neutral-300 sm:p-8 sm:pb-40 sm:text-lg">
+ <div className="mx-auto min-h-screen w-full max-w-3xl bg-[#0a0a0a] p-6 pb-32 font-mono text-base leading-relaxed text-neutral-300 sm:p-8 sm:pb-40 sm:text-lg">
365
<div>
366
<span className="text-neutral-500">$ </span>
367
<span>{state.typedCommand}</span>
0 commit comments