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

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