Replies: 1 comment
-
Try something like the following. You may have to play with the width too. I don't know HTML to well so there is probably other ways to tweak the logo's size too that I'm just not familiar with.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used the following to adjust the font size and thus the background image adjust automatically. However, I would like to adjust the team logo because it is still too small. Any help is appreciated.
https://github.com/vasqued2/ha-teamtracker/wiki/Using-CARD-MOD-card-to-format-the-TEAMTRACKER-CARD
type: custom:teamtracker-card
entity: sensor.tt_sensor
card_mod:
style: |
ha-card {
font-size: 2.7em;
line-height: 2.7em;
}
Beta Was this translation helpful? Give feedback.
All reactions