From 1bf0c1ef7a89d40b499266ec95313d695fbc632d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 19:35:49 +0100 Subject: [PATCH] Mirror mobile work accent --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index ce35461..2a5f1c8 100644 --- a/styles.css +++ b/styles.css @@ -783,8 +783,9 @@ button { .section-head__accent--work { top: -2.4rem; - left: -0.35rem; + left: calc(-0.35rem + 150px); width: 84px; + transform: scaleX(-1); } .section-head__accent--about {