Skip to content

Commit c5e153b

Browse files
aidenybaiamiagent
andcommitted
add max-width and center terminal content
Generated with [Ami](https://ami.dev) Co-Authored-By: Ami <noreply@ami.dev>
1 parent 9ea78c8 commit c5e153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/src/components/terminal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ const Terminal = () => {
361361
}, []);
362362

363363
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">
364+
<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">
365365
<div>
366366
<span className="text-neutral-500">$ </span>
367367
<span>{state.typedCommand}</span>

0 commit comments

Comments
 (0)