0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Updated onboarding copy and line-height (#19975)

Descenders were being cut off in the titles due to the line-height not
being set right.
This commit is contained in:
Daniël van der Winden 2024-04-03 10:34:35 +02:00 committed by GitHub
parent de668e7950
commit 9dcee418a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -32,8 +32,8 @@
<LinkTo @route="settings-x.settings-x" @model="design/edit?ref=setup" class="gh-onboarding-item {{onboarding-step-class "customize-design"}}" {{on "click" (fn this.onboarding.markStepCompleted "customize-design")}}>
<Dashboard::Onboarding::Step
@icon="brush"
@title="Customize your publication"
@description="Match the look and feel to your style and make it yours."
@title="Customize your design"
@description="Craft a look that reflects your own brand and style."
@complete={{is-onboarding-step-completed "customize-design"}}
/>
</LinkTo>

View file

@ -2875,7 +2875,7 @@ Onboarding checklist */
.gh-onboarding-item-title {
font-weight: 700;
font-size: 1.6rem;
line-height: 1;
line-height: 1.3;
letter-spacing: 0;
color: var(--darkgrey);
padding: 0 32px 0 0;