mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Added subheading to onboarding checklist (#19970)
This commit is contained in:
parent
956c51436e
commit
c7c13a394a
@ -13,7 +13,8 @@
|
||||
{{#if this.onboarding.allStepsCompleted}}
|
||||
<h2 class="gh-canvas-title">You’re all set.</h2>
|
||||
{{else}}
|
||||
<h2 class="gh-canvas-title">Let’s get started.</h2>
|
||||
<h2 class="gh-canvas-title">Let’s get started!</h2>
|
||||
<p>Welcome! It's time to set up {{get-setting "title"}}.</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
|
@ -2782,6 +2782,10 @@ Onboarding checklist */
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.gh-onboarding-header h2 {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.gh-onboarding-header p {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user