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:
parent
e8ea5fef83
commit
7e7277544e
2 changed files with 2 additions and 2 deletions
|
@ -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 {};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue