Mirror of my GitHub Pages site
Commits
Author
Commit
Message
Date
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.
This adds a link to the source code and updates the navigation link.
This adds a language stat, and also updates styling to improve the
display of multiple stats.
Fix CSS
bugfix/steamdown-sizing