From a921dbe222ea89b659f13ee440f80c25520c2d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 19:29:10 +0100 Subject: [PATCH] Shift focus accent more --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 5cc374e..2d008d8 100644 --- a/styles.css +++ b/styles.css @@ -777,7 +777,7 @@ button { .section-head__accent--focus { top: calc(100% - 18px); - left: calc(100% + 12px); + left: calc(100% + 32px); width: 72px; }