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

Refined logo position

This commit is contained in:
Peter Zimon 2020-07-29 16:10:48 +02:00
parent 3eaa30e1f3
commit bafdac7bd2
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -8,7 +8,7 @@ export const AvatarStyles = `
align-items: center;
justify-content: center;
overflow: hidden;
margin-bottom: 8px;
margin: 6px 0 8px;
border-radius: 999px;
}

View file

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