forked from markus/AMPERION_Webpage
SEO Optimierung + Leistungsscroll
This commit is contained in:
parent
2ae734e906
commit
e77017c70a
17 changed files with 259 additions and 165 deletions
|
|
@ -31,7 +31,7 @@ h1 {
|
|||
font-weight: 600;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 1rem;
|
||||
color: #046e6e;
|
||||
color: black //#046e6e;
|
||||
}
|
||||
|
||||
h1.page-title {
|
||||
|
|
@ -42,16 +42,23 @@ h1.page-title {
|
|||
|
||||
|
||||
h2 {
|
||||
font-size: clamp(2.5rem, 5vw, 4rem); // ~32px auf Desktop
|
||||
font-weight: 600;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 1rem;
|
||||
color: #046e6e;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: clamp(2rem, 3vw, 2.5rem); // Reaktionsfähig statt fix
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
line-height: 1.4;
|
||||
margin-bottom: 5rem; // Erhöht den Abstand nach h2
|
||||
color: #222;
|
||||
color:black;
|
||||
}
|
||||
|
||||
|
||||
h3 {
|
||||
h4 {
|
||||
font-size: clamp(1.8rem, 1.8vw, 2rem);
|
||||
font-weight: normal;
|
||||
line-height: 1.6;
|
||||
|
|
@ -60,6 +67,7 @@ h3 {
|
|||
color: #F5A623;
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
font-style: normal;
|
||||
font-size: clamp(1.5rem, 1.5vw, 1.8rem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue