Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app/components/HomeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface HomeContentProps {
/** macOS-style terminal window for code example */
function QuickExampleTerminal() {
return (
<div className="w-full max-w-4xl mx-auto px-6">
<div className="w-full max-w-4xl mx-auto">
<div className="rounded-xl overflow-hidden text-left shadow-xl bg-white dark:bg-[#0d0d0d] border border-gray-200 dark:border-[#2d2d2d]">
{/* Traffic-light dots */}
<div className="flex items-center gap-1.5 px-4 py-3 border-b border-gray-200 dark:border-[#2d2d2d]">
Expand Down
Loading