From f1708932f42c28ba86d426bdbc4969683db07841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 18:11:36 +0100 Subject: [PATCH] Bind focus title accent --- index.html | 16 +++++++++------- styles.css | 4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index d8fb4d6..9946552 100644 --- a/index.html +++ b/index.html @@ -84,13 +84,15 @@
-

Meine Schwerpunkte

- +
+

Meine Schwerpunkte

+ +
diff --git a/styles.css b/styles.css index cc8acfc..5e7fbd8 100644 --- a/styles.css +++ b/styles.css @@ -299,8 +299,8 @@ button { .section-head__accent--focus { top: calc(100% - 0.15rem); - left: 72%; - transform: translateX(-50%); + left: 290px; + transform: none; } .section-head__accent--work {