469: Improve 404 page responsiveness and aligned layout with index page#476
Closed
Deekshitha2624 wants to merge 2 commits intonumfocus:mainfrom
Closed
469: Improve 404 page responsiveness and aligned layout with index page#476Deekshitha2624 wants to merge 2 commits intonumfocus:mainfrom
Deekshitha2624 wants to merge 2 commits intonumfocus:mainfrom
Conversation
❌ Deploy Preview for stupendous-kringle-a86e81 failed.
|
|
@Deekshitha2624 I had already solve this issue |
Author
|
@Aditya30ag Thanks for letting me know! I created this PR since the issue was still open and to align the UI with the index page, including mobile responsiveness. Happy to follow the maintainers’ decision. |
Author
|
@AR21SM any updates on this!? |
Member
|
Thank you for the contribution! closing this in favor of #472. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of Changes
This improves the 404 error page to make it visually consistent with the index page
and fully responsive across different screen sizes.
The update refines layout spacing, typography, and button arrangement using Bootstrap
utilities and responsive styling, while preserving all existing functionality such as
navigation links and the language switcher.
Related Issue
Closes #469
Type of Change
Please check the appropriate box that describes your PR:
Additional Notes (Optional)
Fixed layout issues on the 404 page where content was not properly centered on mobile devices. The page is now vertically and horizontally centered across screen sizes while preserving the existing desktop layout and buttons and UI similar to index page
DESKTOP VIEW:

MOBILE VIEW:

Checklist