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

fixed: footer issues #365

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pythonicforge
Copy link

fix: make footer dynamic instead of fixed

  • Removed position: fixed; from the .fixed-wrap class to ensure the footer is no longer fixed.
  • Adjusted CSS for the .site-footer to maintain responsiveness and proper alignment.
  • Updated media queries to ensure consistent behavior across all screen sizes.
  • Verified that all footer content remains accessible and visually correct on both desktop and mobile devices.

This change improves user experience by allowing the footer to appear dynamically at the bottom of the page instead of taking up unnecessary screen space.

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.

1 participant