From b5e68991882665f213a18c838b697770b6274a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 18:07:42 +0100 Subject: [PATCH] Move work accent --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index fcdbb1f..18af995 100644 --- a/styles.css +++ b/styles.css @@ -293,8 +293,8 @@ button { } .section-head__accent--work { - top: -2.8rem; - left: -4.2rem; + top: calc(-2.8rem - 40px); + left: calc(-4.2rem - 70px); width: clamp(88px, 10vw, 128px); transform: none; }