0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Updated site title line height and spacing

This commit is contained in:
Peter Zimon 2020-09-11 14:15:06 +02:00
parent bd4fc4e867
commit 9de17e2e2d
3 changed files with 5 additions and 4 deletions

View file

@ -85,10 +85,11 @@ const GlobalStyles = `
color: var(--grey1);
margin: 24px 0 12px;
padding: 0 12px;
line-height: 1.35em;
}
.gh-portal-signup-logo + .gh-portal-main-title {
margin-top: 4px;
margin: 4px 0 0;
}
.gh-portal-text-disabled {

View file

@ -16,7 +16,7 @@ export const SignupPageStyles = `
border-radius: 2px;
width: 56px;
height: 56px;
margin: 8px 0 10px;
margin: 12px 0 10px;
}
.gh-portal-signup-header {

View file

@ -1,5 +1,5 @@
export const site = {
title: 'Ghost Site',
title: 'Check out my paying site, it has a long title',
description: 'Thoughts, stories and ideas.',
logo: 'https://pbs.twimg.com/profile_images/1111773508231667713/mf2N0uqc_400x400.png',
icon: 'https://pbs.twimg.com/profile_images/1111773508231667713/mf2N0uqc_400x400.png',
@ -15,7 +15,7 @@ export const site = {
is_stripe_configured: true,
portal_button: true,
portal_name: true,
portal_plans: ['yearly'],
portal_plans: ['free', 'monthly', 'yearly'],
portal_button_icon: 'icon-1',
portal_button_signup_text: 'Subscribe now',
portal_button_style: 'icon-and-text',