From 60f2e9a1afaae31ecc018d188eebbf708b8a6805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 17:53:12 +0100 Subject: [PATCH] Float about accent --- styles.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 79b4416..5b638b9 100644 --- a/styles.css +++ b/styles.css @@ -386,19 +386,24 @@ button { } .about__content .section-head { + position: relative; justify-content: flex-start; margin-bottom: 2rem; } .about__content .section-head .section-title { + position: relative; + z-index: 1; text-align: left; max-width: none; } .section-head__accent--about { - order: -1; - margin-top: calc(0.4rem + 50px); - margin-right: 0.5rem; + position: absolute; + top: calc(0.4rem + 50px); + left: -7.5rem; + z-index: 0; + margin: 0; } .about__content .section-head img {