zjedi / hugo-scroll

Clean, responsive, single-page Hugo website theme.
https://themes.gohugo.io/hugo-scroll/
MIT License
271 stars 193 forks source link

Fix blog-logo CSS selector in responsiveness.scss #167

Closed SirSoySauce closed 8 months ago

SirSoySauce commented 8 months ago

Firstly, thank you very much for your work on this theme.

I have noticed that the blog logo is not scaled on smaller screens. It seems that the CSS-selector #block-logo img does not work, because the Element with the ID block-logo already is an img-Element and therefore is not referenced. This fix removes the img from the CSS-selector.

Before

blog-logo-mobile-before

After

blog-logo-mobile-after