Enhance hero section styles and add FAQ page layout
This commit is contained in:
parent
421ecc1d2a
commit
baa97692d1
6 changed files with 59 additions and 11 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue