This commit is contained in:
@@ -66,7 +66,6 @@ try {
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="section__intro">
|
<div class="section__intro">
|
||||||
<h2>Starte direkt mit der Suche nach passenden Treffen.</h2>
|
<h2>Starte direkt mit der Suche nach passenden Treffen.</h2>
|
||||||
<p class="muted">Suche nach Themen, Orten und Umkreis, um schnell herauszufinden, welche Termine in deine Nähe und zu deinem Alltag passen. So bekommst du sofort ein Gefühl dafür, was auf der Plattform möglich ist.</p>
|
|
||||||
</div>
|
</div>
|
||||||
<form id="quickSearchForm" class="grid grid-3" style="gap: 12px; align-items:flex-end;" action="/search" method="get">
|
<form id="quickSearchForm" class="grid grid-3" style="gap: 12px; align-items:flex-end;" action="/search" method="get">
|
||||||
<div class="stack gap-6">
|
<div class="stack gap-6">
|
||||||
@@ -100,8 +99,7 @@ try {
|
|||||||
|
|
||||||
<section class="container section" id="events">
|
<section class="container section" id="events">
|
||||||
<div class="section__intro">
|
<div class="section__intro">
|
||||||
<h2>Die neuesten Termine liegen direkt darunter für dich bereit.</h2>
|
<h2>Die neuesten Treffen</h2>
|
||||||
<p class="muted">Hier siehst du die aktuellsten veröffentlichten Treffen kompakt zum Durchscrollen. So erkennst du schnell, wie vielfältig die Plattform genutzt werden kann und welche Ideen andere Väter bereits eingestellt haben.</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<button class="btn ghost slider__nav" type="button" data-slider-prev aria-label="Zurück">‹</button>
|
<button class="btn ghost slider__nav" type="button" data-slider-prev aria-label="Zurück">‹</button>
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ body {
|
|||||||
.section.alt { background: #ffffff; border-block: 1px solid var(--color-border); }
|
.section.alt { background: #ffffff; border-block: 1px solid var(--color-border); }
|
||||||
.section__head { display:flex; justify-content:space-between; align-items:flex-start; gap: 16px; flex-wrap: wrap; }
|
.section__head { display:flex; justify-content:space-between; align-items:flex-start; gap: 16px; flex-wrap: wrap; }
|
||||||
.section__intro { max-width: 72ch; margin-bottom: 22px; }
|
.section__intro { max-width: 72ch; margin-bottom: 22px; }
|
||||||
|
.section__intro { text-align: center; }
|
||||||
.section__intro h2 { margin: 0 0 10px; }
|
.section__intro h2 { margin: 0 0 10px; }
|
||||||
|
|
||||||
.split { display:grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: start; }
|
.split { display:grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: start; }
|
||||||
|
|||||||
Reference in New Issue
Block a user