Question is quite simple, say I have a surface that's taking up 0.8% width, and 0.1% height, and I want my text to fill that appropriately, how do I size it? I currently have the text size property set like so:
{fontSize: window.innerHeight * 0.06}
But if the text is long and takes up more space than the surface, it runs over. So, how do make a responsive text size for the surface?