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:
parent
de668e7950
commit
9dcee418a4
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue