Enhance hero section styles and add FAQ page layout

This commit is contained in:
astosic 2025-08-01 21:09:17 +02:00
parent 421ecc1d2a
commit baa97692d1
6 changed files with 59 additions and 11 deletions

View file

@ -1,8 +1,20 @@
/* ========== Typografie & Basis ========== */
.title-custom {
color: #046e6e;
.hero-section {
width: 100%;
text-align: center;
padding: 0 1rem;
}
.hero-title {
font-size: clamp(2.5rem, 4vw, 6rem); // skaliert stark bei kleinen Screens
font-weight: 600;
line-height: 1.2;
color: #046e6e;
word-break: normal;
hyphens: none;
}
.text-center {
text-align: center;
}
@ -82,6 +94,8 @@ section {
}
}
/* ========== Service-Layout (Kacheln / Pfeile) ========== */
.service-arrow .block {