Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I love your website (and I know many others use it quite often), however, I found some places where the UI could easily be greatly improved, with very little change necessary (in order to preserve the same color scheme and aesthetic you intended and users have become content with). These changes involve minor whitespace improvements, color improvements, and responsiveness, as well as setting the viewport width and height in a meta tag to greatly improve the mobile experience:
<meta name="viewport" content="width=device-width, initial-scale=1" />
Here is a side by side comparison of the current website and my version with the viewport set per the line above:
One of these is much easier to use than the other; if you take nothing else away from my pull request, please at minimum set the viewport with the line above : )
Here is a quick preview of the minor improvements made to the CSS from the current version: