ssd
All checks were successful
Deploy / deploy (push) Successful in 43s

This commit is contained in:
2026-07-17 00:43:58 +02:00
parent a586d7cf0e
commit fb7c807f2a
2 changed files with 5 additions and 4 deletions

View File

@@ -66,10 +66,11 @@ body {
border-bottom: 1px solid var(--color-border);
}
.hero__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 32px; align-items: center; }
.hero__single { max-width: 900px; }
.hero__text h1 { margin: 12px 0 10px 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.1; }
.hero__single { width: 100%; }
.hero__text { width: 100%; }
.hero__text h1 { margin: 12px 0 10px 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.1; text-align: center; }
.hero__text .lede { color: var(--color-muted); font-size: 17px; }
.hero__copy { margin: 14px 0 0; max-width: 64ch; color: var(--color-text); }
.hero__copy { margin: 14px 0 0; color: var(--color-text); }
.hero__actions { display:flex; gap: 12px; flex-wrap: wrap; margin: 18px 0; }
.hero__actions--center { justify-content: center; }
.hero__meta { display:flex; gap:8px; flex-wrap: wrap; }