mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added product description to signup
This commit is contained in:
parent
3358847e78
commit
d52f054410
1 changed files with 9 additions and 0 deletions
|
@ -38,6 +38,14 @@ export const SignupPageStyles = `
|
||||||
margin: 4px 0 0;
|
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 {
|
.gh-portal-signup-header.nodivider {
|
||||||
border: none;
|
border: none;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -418,6 +426,7 @@ class SignupPage extends React.Component {
|
||||||
<header className='gh-portal-signup-header'>
|
<header className='gh-portal-signup-header'>
|
||||||
{this.renderSiteLogo()}
|
{this.renderSiteLogo()}
|
||||||
<h2 className="gh-portal-main-title">{siteTitle}</h2>
|
<h2 className="gh-portal-main-title">{siteTitle}</h2>
|
||||||
|
<p className="gh-portal-main-subtitle">Your primary news source on woodworking</p>
|
||||||
</header>
|
</header>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue