From 018040aa4c45778459e1466519910cd661c42416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 18:00:07 +0100 Subject: [PATCH] Keep work title inline --- index.html | 2 +- styles.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f3b7e2a..7d781c2 100644 --- a/index.html +++ b/index.html @@ -158,7 +158,7 @@
-

So arbeite ich

+

So arbeite ich

diff --git a/styles.css b/styles.css index 5760e99..26d82be 100644 --- a/styles.css +++ b/styles.css @@ -258,6 +258,11 @@ button { max-width: none; } +.section-title--work { + max-width: none; + white-space: nowrap; +} + .section-head--process { position: relative; width: fit-content;