Skip to content

Commit

Permalink
fix: Ensure Full Visibility of Logo on 404 Error Page (#1018)
Browse files Browse the repository at this point in the history
- Adjusted the positioning of the logo on the 404 error page to ensure full visibility.
- Implemented CSS modifications to prevent the logo from being covered or cut off.
- Tested the changes by navigating to various undefined endpoints, confirming that the logo is now displayed
  correctly on the 404 error page.

This commit addresses the bug by ensuring the proper display of the logo on the 404 error page,
enhancing the user experience.

Fixes #1016

Signed-off-by: Akhilender <[email protected]>
  • Loading branch information
akhilender-bongirwar authored Nov 4, 2023
1 parent 40efb0f commit cf6bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/PageNotFound/PageNotFound.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.notfound {
position: relative;
bottom: 80px;
bottom: 20px;
}

.notfound h3 {
Expand Down

0 comments on commit cf6bc4e

Please sign in to comment.