Skip to content
Merged
Show file tree
Hide file tree
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 site/src/app/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ git tag v1.0.0 && git push origin v1.0.0`}

export default function CreatePage() {
return (
<div className="mx-auto max-w-3xl px-4 py-12">
<div className="mx-auto max-w-3xl px-5 sm:px-6 py-12">
<h1 className="font-display text-3xl text-text-primary mb-2">
Create a Sound Pack
</h1>
Expand Down
2 changes: 1 addition & 1 deletion site/src/app/integrate/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const AGENT_SKILL = fs.readFileSync(

export default function IntegratePage() {
return (
<div className="mx-auto max-w-3xl px-4 py-12">
<div className="mx-auto max-w-3xl px-5 sm:px-6 py-12">
<h1 className="font-display text-3xl text-text-primary mb-2">
Add Sound Packs to Your CLI
</h1>
Expand Down
2 changes: 1 addition & 1 deletion site/src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Link from "next/link";

export default function NotFound() {
return (
<div className="mx-auto max-w-5xl px-4 py-32 text-center">
<div className="mx-auto max-w-5xl px-5 sm:px-6 py-32 text-center">
<h1 className="font-display text-6xl text-gold mb-4">404</h1>
<p className="text-lg text-text-muted mb-8">
Pack not found. Maybe it wandered off to gather resources.
Expand Down
Loading