The japanese text in "/about" does not break very well, often causing uncomfortable-to-read line breaks.
for some sections with should utilize <span style="word-break: keep-all">...</span> to specifically not break at various positions. For longer texts it is probably easier to specify the break positions. Note: word-break: auto-phrase doesn't work as expected, even in chrome 🙄

The japanese text in "/about" does not break very well, often causing uncomfortable-to-read line breaks.
for some sections with should utilize
<span style="word-break: keep-all">...</span>to specifically not break at various positions. For longer texts it is probably easier to specify the break positions. Note:word-break: auto-phrasedoesn't work as expected, even in chrome 🙄