From 5548e6788a7a81559d541f5f49ce70f0bf5f0a65 Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 4 Jun 2023 09:15:42 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Abst=C3=A4nde=20im=20Kontaktformular=20f?= =?UTF-8?q?=C3=BCr=20bessere=20Responsivit=C3=A4t=20ge=C3=A4ndert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }