processing-website
processing-website copied to clipboard
Text overflow problems on some tutorials on mobile
https://processing.org/tutorials/gettingstarted
It's this image:

I looked at this and it's caused by the FixedImage component using a set width instead of max-width. However, the side prop makes the image float to the right and that won't work with max-width. The typography tutorial is a good place to test this.