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

@ -502,7 +502,7 @@ span.cloaked-e-mail:before {
display: table-cell;
float: none; } }
/* copy from here */
/* Maus und Mausrad*/
.scrolldown {
--sizeX: 30px;
--sizeY: 50px;
@ -2525,8 +2525,18 @@ h2, h3 {
font-weight: 600; }
/* ========== 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);
font-weight: 600;
line-height: 1.2;
color: #046e6e;
word-break: normal;
hyphens: none; }
.text-center {
text-align: center; }