From bb155ba94e4489c026bc7226339bebaa51e880d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 17:38:09 +0100 Subject: [PATCH] Move process accent up --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index d6879c6..c80fd60 100644 --- a/styles.css +++ b/styles.css @@ -259,7 +259,7 @@ button { .section-head__accent--process { position: absolute; - top: 0.15rem; + top: -5.2rem; right: -5rem; width: 78px; margin-top: 0; @@ -672,7 +672,7 @@ button { .section-head__accent--process { right: -0.25rem; - top: 0; + top: -3.4rem; width: 64px; }