Fix mobile process title break
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
<div class="section-title-lockup section-title-lockup--process">
|
<div class="section-title-lockup section-title-lockup--process">
|
||||||
<h2 class="section-title section-title--process">
|
<h2 class="section-title section-title--process">
|
||||||
<span class="section-title__line">Wie aus Ideen</span>
|
<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>
|
</h2>
|
||||||
<img
|
<img
|
||||||
class="section-head__accent section-head__accent--process"
|
class="section-head__accent section-head__accent--process"
|
||||||
|
|||||||
@@ -265,6 +265,10 @@ button {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-title__mobile-break {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.section-title--process {
|
.section-title--process {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
@@ -795,6 +799,10 @@ button {
|
|||||||
font-size: clamp(1.9rem, 8.4vw, 2.8rem);
|
font-size: clamp(1.9rem, 8.4vw, 2.8rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-title__mobile-break {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.section-head img {
|
.section-head img {
|
||||||
width: 72px;
|
width: 72px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user