getzola / zola

A fast static site generator in a single binary with everything built-in. https://www.getzola.org
https://www.getzola.org
MIT License
12.96k stars 919 forks source link

Docs: Fix long words breaking the site on small screens #2521

Closed FireIsGood closed 2 weeks ago

FireIsGood commented 2 weeks ago

Sanity check:

Fixes overflowing words that caused the mobile website to have a horizontal scroll

Before

Long text could go off screen and break stuff.

image

image

After

Long text will always get wrapped before destroying the page (this case is also manually for this pull request)

image

(and a manual fix on top of this) image