fix: Überschriftgröße des Kontaktformulars in der mobilen Ansicht gefixt.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/spielwiese Build is passing

This commit is contained in:
muli 2023-07-23 15:02:13 +02:00
parent f49ef2e4dc
commit a47f353846

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;
} }