Wrap process title

This commit is contained in:
2026-03-22 17:26:18 +01:00
parent f7ef909888
commit 5a04eec5ac
2 changed files with 8 additions and 1 deletions

View File

@@ -40,7 +40,10 @@
<section class="section section--dark process">
<div class="section-head">
<h2 class="section-title">Wie aus Ideen Ergebnisse werden</h2>
<h2 class="section-title">
<span class="section-title__line">Wie aus Ideen</span>
<span class="section-title__line">Ergebnisse werden</span>
</h2>
<img src="./media/strichlein_rosa_uber_wort.svg" alt="" aria-hidden="true" />
</div>

View File

@@ -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;