eddiesigner / liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
https://github.com/eddiesigner/liebling/releases
MIT License
1.26k stars 598 forks source link

Publication logo size issue #377

Closed thefarazxr closed 3 years ago

thefarazxr commented 3 years ago

MY LOGO dimensions are 600x72px but stil it looks very small!

eddiesigner commented 3 years ago

That was already discussed here: https://github.com/eddiesigner/liebling/issues/233

You can inject the following code in the Ghost Admin:

<style>
.m-logo {
    height: 25px; /* Change the height as you prefer */
}

.m-logo img {
    max-width: 150px; /* Change the max-width as you prefer */
}
</style>

Btw, I wouldn’t recommend to use a logo of that size. it's just too big, it won’t look good.