diff --git a/ghost/portal/src/components/pages/SignupPage.js b/ghost/portal/src/components/pages/SignupPage.js index 9c69a3a129..c4df986127 100644 --- a/ghost/portal/src/components/pages/SignupPage.js +++ b/ghost/portal/src/components/pages/SignupPage.js @@ -38,6 +38,14 @@ export const SignupPageStyles = ` margin: 4px 0 0; } + .gh-portal-signup-header .gh-portal-main-subtitle { + font-size: 1.5rem; + text-align: center; + line-height: 1.45em; + margin: 4px 0 0; + color: var(--grey3); + } + .gh-portal-signup-header.nodivider { border: none; margin-bottom: 0; @@ -418,6 +426,7 @@ class SignupPage extends React.Component {
{this.renderSiteLogo()}

{siteTitle}

+

Your primary news source on woodworking

); }