Remove landing page eyebrow

This commit is contained in:
Keisuke Hirata 2026-07-09 02:57:55 +09:00
parent 871d342e15
commit ea858ad28e
No known key found for this signature in database
2 changed files with 0 additions and 10 deletions

View File

@ -14,7 +14,6 @@ Production = Server & {
---
<ManualLayout title="Decodal" frontpage>
<section class="hero">
<p class="eyebrow">Lazy configuration and schema language</p>
<h1>Decodal keeps configuration, constraints, and defaults in one composable value.</h1>
<p class="hero-copy">
Define structured data with constraints, compose it with patches, and materialize the result from Rust,

View File

@ -467,15 +467,6 @@ button:disabled {
padding: 5rem 0 4rem;
}
.eyebrow {
color: var(--muted);
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 0.08em;
margin: 0 0 1rem;
text-transform: uppercase;
}
.hero h1 {
font-size: clamp(2.4rem, 6vw, 5rem);
line-height: 0.95;