From 54c4d0f83e2298d8dabac0a80dca61dbb8916879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 17:44:13 +0100 Subject: [PATCH] Move focus accent --- index.html | 7 ++++++- styles.css | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7beee4e..99fe4e5 100644 --- a/index.html +++ b/index.html @@ -85,7 +85,12 @@

Meine Schwerpunkte

- +
diff --git a/styles.css b/styles.css index f036449..bec6c5a 100644 --- a/styles.css +++ b/styles.css @@ -271,6 +271,12 @@ button { margin-top: 0; } +.section-head__accent--focus { + position: relative; + top: 2.1rem; + left: 3ch; +} + .section-head img { width: clamp(70px, 9vw, 120px); margin-top: -0.3rem;