From 4eb14e74a4a74adeaf845d909731572dfca765a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 18:05:39 +0100 Subject: [PATCH] Adjust work header accent --- index.html | 2 +- media/strichlein_so_arbeite_ich.svg | 19 +++++++++++++++++++ styles.css | 13 ++++++++++--- 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 media/strichlein_so_arbeite_ich.svg diff --git a/index.html b/index.html index 79fdd01..caa6759 100644 --- a/index.html +++ b/index.html @@ -161,7 +161,7 @@

So arbeite ich

diff --git a/media/strichlein_so_arbeite_ich.svg b/media/strichlein_so_arbeite_ich.svg new file mode 100644 index 0000000..46896de --- /dev/null +++ b/media/strichlein_so_arbeite_ich.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/styles.css b/styles.css index 3a9076e..fcdbb1f 100644 --- a/styles.css +++ b/styles.css @@ -293,9 +293,10 @@ button { } .section-head__accent--work { - top: calc(100% - 0.15rem); - left: 78%; - transform: translateX(-50%); + top: -2.8rem; + left: -4.2rem; + width: clamp(88px, 10vw, 128px); + transform: none; } .process__grid, @@ -718,6 +719,12 @@ button { width: 64px; } + .section-head__accent--work { + top: -2.4rem; + left: -0.35rem; + width: 84px; + } + .section-title, .about__content .section-head .section-title { text-align: left;