search block
All checks were successful
Deploy / deploy (push) Successful in 44s

This commit is contained in:
2026-07-17 00:56:26 +02:00
parent a2a8d9c7ba
commit 48ab4ab922
2 changed files with 5 additions and 5 deletions

View File

@@ -81,9 +81,9 @@ body {
.section { padding: 64px 0; }
.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__intro { max-width: 72ch; margin-bottom: 22px; }
.section__intro { text-align: center; }
.section__intro { max-width: 72ch; margin: 0 auto 22px; text-align: center; }
.section__intro h2 { margin: 0 0 10px; }
.quicksearch-form__actions { grid-column: 1 / -1; display: flex; justify-content: center; }
.split { display:grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: start; }
@media (max-width: 960px){ .split, .hero__grid { grid-template-columns: 1fr; } }