Hello,I am using perspective and I am trying to make my texts dynamic with media query. There are 2 types of devices(HMI, Desktop) and I want to scale them dynamic so can anyone help me out how I can do it.
Thanks.
For responsive styling can use column container with column breakpoints
Column Container Video at Inductive University
or
You can use the stylesheet to use media queries on a class.
Then use that class on your labels.
Checkout this post. I'd also suggest using rem units for all of your sizing as well like gap
, margins, basis, etc
Thanks all.