Hello All,
Can someone please help me with CSS styling for the below need?
Im trying to create a sidebar for my Dashboard and added title cards as a navigation menu like below. (Home, Lights, Energy, Security)
And below is the code
type: custom:mushroom-title-card
title: Home
alignment: center
style: |
ha-card {
font-size: 9px
padding: 0px
padding-top: 0px
padding-bottom: 0px
}
As you see there is a massive gap between these title cards and they don’t look like a navigation path.
Can someone please help reduce the space between them.