I am trying to make my lovelace frontend compatible for several screen sizes. The cards are adjusting in size but the text is not! So on my tablet I have small cards with big font size and I find it very ugly.
I found a way to change te textsize dynamicly with css and cardmodder. I set the textsize to the width of the viewport with vw. This works for all the cards except he shoppinglist-card. So all my cards are great on all tablets and the font size is good except the shoppinglist card.
Does anyone know how to change the fontsize of this card? Is it even possible? I understood that some cards, for some reason I do not know, can not be changed in css.
Thanks