From 4f1896ab1110d68af924a46507dd2315a8e355db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 17:57:55 +0100 Subject: [PATCH] Nudge about accent --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 98e1bb7..5760e99 100644 --- a/styles.css +++ b/styles.css @@ -402,7 +402,7 @@ button { .section-head__accent--about { position: absolute; top: calc(0.4rem + 50px); - left: -7.5rem; + left: calc(-7.5rem - 10px); z-index: 0; margin: 0; }