This commit is contained in:
@@ -45,7 +45,7 @@ try {
|
||||
<section class="hero">
|
||||
<div class="container hero__single">
|
||||
<div class="hero__text">
|
||||
<h1>Finde passende Treffen, knüpfe Kontakte und organisiere gemeinsame Zeit mit anderen Vätern.</h1>
|
||||
<h1>Knüpfe Kontakte und organisiere gemeinsame Zeit mit anderen Vätern.</h1>
|
||||
<p class="lede">Finde auf einen Blick Termine in deiner Umgebung, lerne andere Väter kennen, beteilige dich an Gesprächen in der Community und werde Schritt für Schritt ein fester Teil davon.</p>
|
||||
<p class="hero__copy">Als registrierter Teil der Community kannst du dein Profil mit deinen Kinderinfos pflegen, eigene Treffen organisieren und dich unkompliziert zu bestehenden Terminen dazugesellen.</p>
|
||||
<div class="hero__actions hero__actions--center">
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user