Fix mobile process title break

This commit is contained in:
2026-03-22 19:25:43 +01:00
parent 52976bfd6f
commit 97b4d26e33
2 changed files with 9 additions and 1 deletions

View File

@@ -49,7 +49,7 @@
<div class="section-title-lockup section-title-lockup--process">
<h2 class="section-title section-title--process">
<span class="section-title__line">Wie aus Ideen</span>
<span class="section-title__line">Ergebnisse werden</span>
<span class="section-title__line">Ergebnisse <span class="section-title__mobile-break">werden</span></span>
</h2>
<img
class="section-head__accent section-head__accent--process"

View File

@@ -265,6 +265,10 @@ button {
white-space: nowrap;
}
.section-title__mobile-break {
display: inline;
}
.section-title--process {
max-width: none;
}
@@ -795,6 +799,10 @@ button {
font-size: clamp(1.9rem, 8.4vw, 2.8rem);
}
.section-title__mobile-break {
display: block;
}
.section-head img {
width: 72px;
}