From adb3be2b23ad80a60b2642a76a6b4c3693cda02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 17:50:21 +0100 Subject: [PATCH] Shift about block left --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 48e3622..79b4416 100644 --- a/styles.css +++ b/styles.css @@ -382,7 +382,7 @@ button { display: flex; flex-direction: column; justify-content: center; - padding-left: calc(var(--section-padding-x) + 2.5rem); + padding-left: calc(var(--section-padding-x) + 2.5rem - 80px); } .about__content .section-head { @@ -397,7 +397,7 @@ button { .section-head__accent--about { order: -1; - margin-top: 0.4rem; + margin-top: calc(0.4rem + 50px); margin-right: 0.5rem; } @@ -409,7 +409,7 @@ button { display: grid; gap: 1.6rem; max-width: 31rem; - margin-left: 10.25rem; + margin-left: calc(10.25rem - 80px); } .about__text strong {