
11 Apr
2018
11 Apr
'18
8:34 a.m.
2018-04-11 10:03 GMT+02:00 Ben Franksen
[...] It should also use all of the available horizontal space.
That's a good point, too. Currently it only uses 75% of the viewport (75vw in the "content" div), perhaps 90% (or even 94%) would be quite an improvement. Changing the font size for the preformatted content from 17px to e.g. 14px makes things fit for my screen and doesn't screw up things too much typographically IMHO. pre-wrap is useful as a fallback. So in a nutshell: "properties": change from 40% to 25% "content": change from 75vw to 90vw pre within "embedded-author-content": change font-size from 17px to 14px, and add white-space: pre-wrap