fix: Überschriftgröße des Kontaktformulars in der mobilen Ansicht gefixt.

This commit is contained in:
muli 2023-07-23 15:02:13 +02:00
parent 21ae3ae440
commit a12d42a11c

View File

@ -1446,7 +1446,8 @@ footer {
grid-template-rows: repeat(5, 10rem); grid-template-rows: repeat(5, 10rem);
} }
h1.big_heading { h1.big_heading,
.contact__box h1 {
font-size: 3.5rem; font-size: 3.5rem;
} }
@ -1612,7 +1613,7 @@ footer {
transform: translateX(0) rotate(0); transform: translateX(0) rotate(0);
color: var(--wtf-orange); color: var(--wtf-orange);
background-image: none; background-image: none;
font-size: 7.5rem; font-size: 3.5rem;
margin: 0 0 0 1.5rem; margin: 0 0 0 1.5rem;
order: 1; order: 1;
} }
@ -1922,7 +1923,7 @@ footer {
transform: translateX(0) rotate(0); transform: translateX(0) rotate(0);
color: var(--wtf-orange); color: var(--wtf-orange);
background-image: none; background-image: none;
font-size: 7.5rem; font-size: 3.5rem;
margin: 0 0 0 1.5rem; margin: 0 0 0 1.5rem;
order: 1; order: 1;
} }