Fix mobile process title break
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user