diff --git a/ghost/admin/app/components/dashboard/onboarding-checklist.hbs b/ghost/admin/app/components/dashboard/onboarding-checklist.hbs index a28a52d137..358f4d0871 100644 --- a/ghost/admin/app/components/dashboard/onboarding-checklist.hbs +++ b/ghost/admin/app/components/dashboard/onboarding-checklist.hbs @@ -13,7 +13,8 @@ {{#if this.onboarding.allStepsCompleted}}
Welcome! It's time to set up {{get-setting "title"}}.
{{/if}} diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index bc7681e72b..be93dae55f 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -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;