The big ‘what we do’ text looks fine in the designer mode, but once I see it in the preview mode; it gets larger and ends up pushing into the body text to the right. How do I put a max width on the text? It’s weird.
This code uses the min() function to set the font size to either 7vw or 110px , whichever is smaller. So if the viewport is very large, the font size will be limited to 110px , but if the viewport is small, the font size will be responsive and scale down to 7vw .