feat(web-ui): update home tagline + add "Let's create" motto
Tagline "Self-hosted broadcast media-asset management" -> "Media Asset Management & Production Platform"; add italic accent motto "Let's create" below it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
9d098e9778
commit
c502d4a16f
2 changed files with 12 additions and 1 deletions
|
|
@ -140,7 +140,10 @@ function Home({ navigate }) {
|
||||||
/>
|
/>
|
||||||
<h1 className="launcher-wordmark">DRAGONFLIGHT</h1>
|
<h1 className="launcher-wordmark">DRAGONFLIGHT</h1>
|
||||||
<p className="launcher-tagline">
|
<p className="launcher-tagline">
|
||||||
Self-hosted broadcast media-asset management
|
Media Asset Management & Production Platform
|
||||||
|
</p>
|
||||||
|
<p className="launcher-tagline launcher-tagline-motto">
|
||||||
|
Let's create
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -324,6 +324,14 @@
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.launcher-tagline-motto {
|
||||||
|
margin-top: 6px;
|
||||||
|
color: var(--accent);
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 15px;
|
||||||
|
letter-spacing: 0.04em;
|
||||||
|
}
|
||||||
|
|
||||||
.launcher-grid {
|
.launcher-grid {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue