Make website responsive on larger displays/viewports #5
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.
Changes
max-width
when on larger/wider viewportsScreenshots
Improved Design for Large Displays
Top (Before): No X-axis margins/padding. Makes it hard to read on large displays (anything over 1080p).
Bottom (After): Added a
max-width
to the page and the navbar. That's it, but is way easier to read through now.Text Balancing
Left (After): Adds text balancing so description looks (much) nicer! Makes it way easier to read as well
Right (Before): Currently how it looks like, has a few 'orphan' words on larger displays that can't fit the entire description on 1 page
Known Issue
If you notice, the section background and the website's body background have different colors/gradients. This is the same before (currently) and after this PR cus no changes have been made to the BG colors in this PR.
But it could look more 'pronounced' on larger displays now with this PR's changes. I can open a PR later to make it blend better to the body background, unless this design choice is intentional (no issues then).