6 ms·
The paragraphs on all pages are formatted quite narrowly, displaying only 3 - 6 words per line. If this bothers people, it can also be changed with Stylebot or
by WaltPurvis 1y ago
The paragraphs on all pages are formatted quite narrowly, displaying only 3 - 6 words per line.
If this bothers people, it can also be changed with Stylebot or the like, using a rule like this to change the max-width, which is set to 400px, to a larger value:
p, ul, li {
max-width: 800px;
}