Lovelace card size?

Hi,

I use a little CSS trick to have the same whole height for all colums in my design with card-mod installed, here an example:
card_mod:
style: |
ha-card {
color: white;
font-family: “Comfortaa”;
height:256px !important;
}

1 Like