0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Refined site logo spacing

This commit is contained in:
Peter Zimon 2020-07-24 11:16:20 +02:00
parent e8ea5fef83
commit 7e7277544e
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ export default class App extends React.Component {
showPopup: true,
site: Fixtures.site,
member: Fixtures.member.free,
page: 'accountPlan'
page: 'signup'
};
}
return {};

View file

@ -11,7 +11,7 @@ export const SignupPageStyles = `
display: block;
width: 56px;
height: 56px;
margin: 18px 0;
margin: 10px 0 12px;
background-position: 50%;
background-size: cover;
border-radius: 2px;