jdf / processing-py-site

Site for processing.py.
MIT License
198 stars 52 forks source link

Boundaries overflown by text #174

Closed gaetgu closed 3 years ago

gaetgu commented 4 years ago

On your site (https://py.processing.org/tutorials/pixels/) the text is overflowing on the left side, going off the white banner and onto the gray a bit. Not a huge deal but I would like to see it fixed. It should be a simple fix (famous last words) - just change your margin settings in your site's css.

tabreturn commented 4 years ago

Thanks. I'll take a look at fixing this.

The following line is too long, and unable to wrap because it's in a <pre> element.

# We sum all the neighboring pixels multiplied by the values in the convolution matrix.
FeXd commented 3 years ago

This has been merged and can be closed.

Related, there are more issues with <pre> than just on this page, as being discussed here: https://github.com/jdf/processing-py-site/issues/183