Fixed title/content overflow issue

refs https://github.com/TryGhost/Team/issues/3258
This commit is contained in:
Sodbileg Gansukh 2023-05-22 17:12:59 +08:00
parent ba8f294eda
commit 9f731e0d54
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 {