Skip to content

fix keep footer at bottom of page using flexbox (fixes #96) - #97

Open
shubhrai23 wants to merge 3 commits into
BCStudentSoftwareDevTeam:developmentfrom
shubhrai23:fix/footer-position
Open

fix keep footer at bottom of page using flexbox (fixes #96)#97
shubhrai23 wants to merge 3 commits into
BCStudentSoftwareDevTeam:developmentfrom
shubhrai23:fix/footer-position

Conversation

@shubhrai23

Copy link
Copy Markdown

Used flexbox sticky footer pattern to keep the footer at the bottom of the page on short content pages

Copilot AI lite review requested due to automatic review settings August 11, 2026 21:16

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Uses a flexbox-based sticky footer layout so the footer stays at the bottom of the viewport on short-content pages.

Changes:

  • Makes body a column flex container with min-height: 100vh.
  • Lets the main content area (.container) expand to fill remaining vertical space.
  • Adjusts .footer spacing to sit at the bottom via flex layout.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread app/static/css/custom.css Outdated
Comment on lines +1 to +3
* {
margin: 0;
}
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.

2 participants