From 5a04eec5ac80551e8ee076e060d58f1b053690ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 17:26:18 +0100 Subject: [PATCH] Wrap process title --- index.html | 5 ++++- styles.css | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c8f39a1..e8e9a9e 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,10 @@
-

Wie aus Ideen Ergebnisse werden

+

+ Wie aus Ideen + Ergebnisse werden +

diff --git a/styles.css b/styles.css index 8c70c17..ca2b3b9 100644 --- a/styles.css +++ b/styles.css @@ -243,6 +243,10 @@ button { text-align: center; } +.section-title__line { + display: block; +} + .section-head img { width: clamp(70px, 9vw, 120px); margin-top: -0.3rem;