From cf6bc4efc149c690aa7259bd047f65f4f84351f1 Mon Sep 17 00:00:00 2001 From: Akhilender Bongirwar <112749383+akhilender-bongirwar@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:57:19 +0530 Subject: [PATCH] fix: Ensure Full Visibility of Logo on 404 Error Page (#1018) - 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 --- src/screens/PageNotFound/PageNotFound.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/PageNotFound/PageNotFound.module.css b/src/screens/PageNotFound/PageNotFound.module.css index 5aa083ef15..3c1b9a3413 100644 --- a/src/screens/PageNotFound/PageNotFound.module.css +++ b/src/screens/PageNotFound/PageNotFound.module.css @@ -1,6 +1,6 @@ .notfound { position: relative; - bottom: 80px; + bottom: 20px; } .notfound h3 {