Make the 'Our Sponsors' section responsive #301
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.
Add the css property
overflow:hidden
to the links in our sponsors section. This eliminates its overflowing that leads to displaying an empty giant chunk on the rightmost side of the website homepage when opened on smaller screens.This is in reference to issue: #300
Managed to trace the bug to the 'Our Sponsors' section:

The red outline is where the image div is supposed to end, the words clearly overflow out of the div and into the other page contants. I rectified this by using a media query in the
docs/.vuepress/styles/index.scss
that changes display style from flex to block on smaller screens. This enables one to set theoverflow
property to hidden, and it will look like this:Note
I used multiple sponsors to see how it will react to future changes, but it will work the same for a single sponsor.
The yellow outline is the links section and the red outline is a single image section