Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added min-height for .section class to prevent blank space below footer #801

Closed
wants to merge 1 commit into from
Closed

Conversation

ghost
Copy link

@ghost ghost commented Nov 24, 2021

Summary

This PR adresses issue #789. In certain cases the footer had a white space underneath, this usually happens because there is not enough content to push it all the way down, or because the height of the content is too small. The only thing I did was to add a minimum height completely insignificat for the layout of the website, but that pushes the footer to the bottom.

What kind of change does this PR introduce?

Adds a min-height:50.6vh to the .section classes, this does not generate any conflict in any section of the page, there's no layout change, and is large enough to push the footer down.

Does this PR introduce a breaking change?

No, it only makes the footer always be at the bottom of the page, without a white space underneath.

What needs to be documented once your changes are merged?

Nothing :).

@netlify
Copy link

netlify bot commented Nov 24, 2021

👷 Deploy request for gatsby-starter-netlify-cms-ci pending review.
Visit the deploys page to approve it

🔨 Explore the source changes: 3d2015e

@ghost ghost closed this Nov 24, 2021
@ghost ghost reopened this Nov 24, 2021
@ghost ghost closed this Nov 24, 2021
@maxcell
Copy link
Contributor

maxcell commented Nov 29, 2021

@enzom-uy I noticed your commits on this, are you the one who opened this PR? If you happened to, you might want to try again. For some reason, it looks like something went a bit haywire with GitHub on this.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants