fix: Abstände im Kontaktformular für bessere Responsivität geändert.

This commit is contained in:
muli 2023-06-04 09:15:42 +02:00
parent df5d512526
commit 5548e6788a
1 changed files with 2 additions and 2 deletions

View File

@ -712,7 +712,7 @@ hr.-even {
background-image: url("../images/headings/kontakt.svg");
background-repeat: no-repeat;
background-size: contain;
background-position: top left;
background-position: top 1.5rem left;
transform-origin: top right;
transform: translateX(-90%) rotate(-80deg);
padding: 0;
@ -722,7 +722,7 @@ hr.-even {
.contact__box .contact_info__box {
grid-area: 1 / 1 / 2 / 2;
margin-left: 33%;
margin-left: 38%;
z-index: 1;
}