forked from ag_kommunikation/webseite
fix: Überschriftgröße des Kontaktformulars in der mobilen Ansicht gefixt.
This commit is contained in:
parent
21ae3ae440
commit
a12d42a11c
@ -1446,7 +1446,8 @@ footer {
|
||||
grid-template-rows: repeat(5, 10rem);
|
||||
}
|
||||
|
||||
h1.big_heading {
|
||||
h1.big_heading,
|
||||
.contact__box h1 {
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
|
||||
@ -1612,7 +1613,7 @@ footer {
|
||||
transform: translateX(0) rotate(0);
|
||||
color: var(--wtf-orange);
|
||||
background-image: none;
|
||||
font-size: 7.5rem;
|
||||
font-size: 3.5rem;
|
||||
margin: 0 0 0 1.5rem;
|
||||
order: 1;
|
||||
}
|
||||
@ -1922,7 +1923,7 @@ footer {
|
||||
transform: translateX(0) rotate(0);
|
||||
color: var(--wtf-orange);
|
||||
background-image: none;
|
||||
font-size: 7.5rem;
|
||||
font-size: 3.5rem;
|
||||
margin: 0 0 0 1.5rem;
|
||||
order: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user