Remove landing page eyebrow
This commit is contained in:
parent
871d342e15
commit
ea858ad28e
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user