🔹 Card-mod - Add css styles to any lovelace card

You are exceeding the standard line height. You’ll need to make additional adjustments like increasing the card height or stealing space within the card.

card_mod:
  style: 
   ha-tile-info$: |
    .info { 
      height: 4em!important;}
    .primary {
      line-height: 1.55em !important;   
      font-size: 1.55em !important;}
    .secondary {
      line-height: 1.55em !important;   
      font-size: 1.55em !important;}