Fix horizontal sizing of steamdown page (#6)
The `<textarea>` and `<pre>` were overflowing the page horizontally,
making those elements appear much wider than the rest of the content on
mobile.
This sets the `<textarea>` to 100% width (which looks pretty nice
compared to the fieldset's legend), and allows horizontal scrolling on
the output.
authored by