Fixed title/content overflow issue
refs https://github.com/TryGhost/Team/issues/3258
This commit is contained in:
parent
ba8f294eda
commit
9f731e0d54
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -142,6 +142,10 @@ hr {
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-about-content {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-about-primary {
|
.gh-about-primary {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
font-size: clamp(3.2rem, 2.4452rem + 2.0968vw, 5.8rem);
|
font-size: clamp(3.2rem, 2.4452rem + 2.0968vw, 5.8rem);
|
||||||
|
@ -335,6 +339,7 @@ hr {
|
||||||
|
|
||||||
.gh-card-title {
|
.gh-card-title {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-serif-font .gh-card-title {
|
.has-serif-font .gh-card-title {
|
||||||
|
|
Loading…
Reference in New Issue