homer
homer copied to clipboard
Change height of Services line?
I've added a custom logo (not icon) in front of services, and it turns out that the logo is being shown too large to fit into the entire row.
Is there some way I can change either line height or icon height?
services:
- name: "Server"
# icon: "fas fa-cloud"
logo: "assets/icons/logo.png"
items:
You'll probably want to scale down your image slightly. The sizing set by homer is 48x48, you should adjust your image around those dimensions. It's the height you are likely hitting, as your image isn't a 1:1 ratio.
Exactly as @jamesmacwhite said. I strongly recommend adjusting your icon size.
I've resized the image down to 42x48. Still looks the same - cut off at the bottom.