Skip to content

Conversation

@khushthecoder
Copy link

@khushthecoder khushthecoder commented Nov 13, 2025

It fixes the footer alignment on the main documentation website (axios-http.com) by ensuring the three main columns ("Languages", "Open Source", and "Contribute") are evenly spaced.

Changes Made:

Refactored HTML: The previous footer layout, which was built using a

, has been refactored into a modern
based structure in templates/home.ejs.

Updated CSS: Applied CSS Flexbox (display: flex and justify-content: space-between) to the new .footer-links container in scss/home.scss.

This change makes the footer layout cleaner, more maintainable, and correctly aligned as per the issue's requirements.

Changes were locally built and verified.

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