Skip to content

Commit 31ede19

Browse files
Fix demo title wrapping — keep each line on one row
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 42f1d35 commit 31ede19

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

web/src/components/Demo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export function Demo() {
22
return (
33
<div className="demo-page">
44
<div className="demo-hero">
5-
<h1 className="demo-title">MAKE AN ANTHEM ABOUT YOU<br />WITH TEMPO MPP</h1>
5+
<h1 className="demo-title"><span>MAKE AN ANTHEM ABOUT YOU</span><br /><span>WITH TEMPO MPP</span></h1>
66
<p className="demo-description">
77
Connect your Tempo account, find the best music provider, and generate
88
a personalized anthem about you using your Claude memory.

web/src/styles/components.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,10 @@
822822
margin-bottom: 16px;
823823
}
824824

825+
.demo-title span {
826+
white-space: nowrap;
827+
}
828+
825829
.demo-description {
826830
font-size: 0.88rem;
827831
color: var(--color-text-secondary);

0 commit comments

Comments
 (0)