Hi,
I would like to change the font size of the value on the entity card.
type: horizontal-stack
cards:
- type: entity
entity: sensor.wetterstation_temperatur
state_color: false
name: akt. Temperatur
card_mod:
style: |
ha-card {
text-align: center;
}
ha-card .value {
font-size: 70px;
{
- type: vertical-stack
cards:
- type: entity
entity: sensor.wetterstation_luftfeuchtigkeit
name: akt. Luftfeuchtigkeit
- type: entity
entity: sensor.wetterstation_luftdruck
name: akt. Luftdruck
But if I increase the size, the upper part of the value is cut off.
How, can I avoid this?
Thanks in advance