You're missing the multiplication operator in the calc
function. It should be this:
calc(0.5*(1.0vmin + 1.0vmax))
calc(3.0*(1.0vmin + 1.0vmax))
2 Likes
Update:
I've actually converted back to rem
units with orientation media queries for font sizes, as the calc with vmin/vmax fails with portrait displays like mobiles.
e.g.
6 Likes
Very new to this. Is there more of this you can share with me on how to implement?