Keep logo vertically centred when there's no navigation
Closes https://github.com/TryGhost/Casper/issues/338
This commit is contained in:
parent
fd108b1b40
commit
11f61782ad
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -213,6 +213,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
|||
flex-shrink: 0;
|
||||
display: block;
|
||||
margin-right: 24px;
|
||||
padding: 9px 0;
|
||||
color: #fff;
|
||||
font-size: 1.7rem;
|
||||
line-height: 1em;
|
||||
|
|
Loading…
Reference in New Issue