diff --git a/assets/css/style.css b/assets/css/style.css index e91228d3..de317458 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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; }