Skip to content

Commit 325de9b

Browse files
committed
chore: reduce YouTube video width to match demo GIF section
1 parent 0bab48d commit 325de9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/site/src/components/DemoSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ const DemoSection = () => {
4242
See It In Action
4343
</h2>
4444
<p className="text-muted-foreground text-lg sm:text-xl max-w-3xl mx-auto">
45-
A full-stack project — created from scratch, then extended with
46-
3 features in parallel. Every line of code planned, tested, and
45+
A full-stack project — created from scratch, then extended with 3
46+
features in parallel. Every line of code planned, tested, and
4747
verified entirely by AI.
4848
</p>
4949
</div>
5050

5151
{/* YouTube Embed */}
5252
<div
5353
ref={videoRef}
54-
className={`${videoInView ? "animate-fade-in-up" : "opacity-0"}`}
54+
className={`max-w-4xl mx-auto ${videoInView ? "animate-fade-in-up" : "opacity-0"}`}
5555
>
5656
<div className="relative rounded-2xl overflow-hidden border border-border/50 shadow-2xl shadow-primary/10">
5757
<div

0 commit comments

Comments
 (0)