From 8aa73ab02c92f91d2854ab5a2434904366638241 Mon Sep 17 00:00:00 2001 From: Arne Vlaeminck Date: Sat, 5 Aug 2023 12:34:06 +0200 Subject: [PATCH] Image fixes --- src/app/app.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 9076ba0..c9b6588 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -271,7 +271,7 @@ h2 { width: 20.4rem; height: 20rem; top: -6rem; - left: calc(100vw - 22rem); + left: calc(100vw - 15rem - 20%); transform: scale(1.25); } @@ -294,7 +294,7 @@ h2 { width: 22rem; height: 20rem; top: -6rem; - left: calc(100vw - 22rem); + left: calc(100vw - 15rem - 20%); transform: scale(1.25); }