Hello All
Very new to Ghost and looking for some help with regard to my Publication logo using Casper.
On first install the site-nav logo was far too small so I found a bit of code to inject to increase the size on the main landing page…
<style>
.site-logo {
max-height: 200px;
}
.site-nav-logo img {
display: block;
width: auto;
height: auto;
}
.site-nav-logo {
flex-shrink: auto;
display: block;
margin-right: 24px;
padding: 0px 0;
color: #fff;
font-size: 1.7rem;
line-height: 1em;
font-weight: bold;
letter-spacing: -0.5px;
}
</style>
This worked however now its now to big when browser to other pages. (See Attached image).
How can I get this to auto resize to fit the upper bar?