forked from ag_kommunikation/webseite
fix: Abstände im Kontaktformular für bessere Responsivität geändert.
This commit is contained in:
parent
df5d512526
commit
5548e6788a
@ -712,7 +712,7 @@ hr.-even {
|
|||||||
background-image: url("../images/headings/kontakt.svg");
|
background-image: url("../images/headings/kontakt.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: top left;
|
background-position: top 1.5rem left;
|
||||||
transform-origin: top right;
|
transform-origin: top right;
|
||||||
transform: translateX(-90%) rotate(-80deg);
|
transform: translateX(-90%) rotate(-80deg);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -722,7 +722,7 @@ hr.-even {
|
|||||||
|
|
||||||
.contact__box .contact_info__box {
|
.contact__box .contact_info__box {
|
||||||
grid-area: 1 / 1 / 2 / 2;
|
grid-area: 1 / 1 / 2 / 2;
|
||||||
margin-left: 33%;
|
margin-left: 38%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user