Text on Perspective elements doesn't shrink

Resizing text to fit a bounding container is simply not something CSS (and therefore styles in Perspective) can do. The closest option you have is the viewport related units - vw and vh: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units#Relative_length_units

4 Likes