rhazdon / hugo-theme-hello-friend-ng

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/rhazdon/hugo-theme-hello-friend-ng/
Other
1.46k stars 769 forks source link

Fix squeezed logo text when menu title is long #400

Closed undergroundwires closed 1 year ago

undergroundwires commented 1 year ago

Logo text gets squeezed into very small area instead of taking place when a menu label is long. This commit fixes it by ensuring that it is not wrapped. This covers more cases and provides a good default for theme users.

Before: image

After this fix: image