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

This commit is contained in:
2026-07-17 00:33:57 +02:00
parent 429258156a
commit a586d7cf0e
2 changed files with 7 additions and 21 deletions

View File

@@ -66,10 +66,12 @@ 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__text .lede { color: var(--color-muted); font-size: 17px; }
.hero__copy { margin: 14px 0 0; max-width: 64ch; 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; }
.hero__card { padding: 20px; background: #fff; border:1px solid var(--color-border); box-shadow: var(--shadow-card); }
.lede { margin: 0; }