Hi ! I try to increase the font size in the markdown but I can’t go bigger Thant 8px do you know why ?
this is my code :
- type: custom:card-modder
style:
border-radius: 5px
text-align: center
border: 'solid 3px rgba(255,255,255,1)'
box-shadow: '3px 3px rgba(0,0,0,0.4)'
--primary-color: "#FFFFFF"
card:
type: custom:useful-markdown-card
content: |
<font size=8px><center>[[ sensor.time.state ]]</font></center>
***
<font size=4px><center> Déplacement vers Medial : <br>[[ sensor.waze_travel_time.state ]] Minutes</font>
<br><br><br><br>
Bonus question : I would like the be redirected to another view when I click on it
Thank you