From a0e4ebdf352b2fd6788d00a185c6e8462a459820 Mon Sep 17 00:00:00 2001 From: tamalCodes Date: Tue, 4 Jun 2024 21:44:58 +0530 Subject: [PATCH] fix: changes --- src/components/private/timer/Timer.jsx | 2 +- src/components/private/timer/Timer.scss | 2 +- src/pages/404/Notfound.scss | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/components/private/timer/Timer.jsx b/src/components/private/timer/Timer.jsx index e964f72..3626359 100644 --- a/src/components/private/timer/Timer.jsx +++ b/src/components/private/timer/Timer.jsx @@ -44,7 +44,7 @@ const Timer = () => { return ( <>
-
+
diff --git a/src/components/private/timer/Timer.scss b/src/components/private/timer/Timer.scss index 3c30b19..f7c0b0e 100644 --- a/src/components/private/timer/Timer.scss +++ b/src/components/private/timer/Timer.scss @@ -9,7 +9,7 @@ padding: 3rem 1.5rem; } - .body { + .timeline_body { display: flex; align-items: center; diff --git a/src/pages/404/Notfound.scss b/src/pages/404/Notfound.scss index eb0407b..a9a70f6 100644 --- a/src/pages/404/Notfound.scss +++ b/src/pages/404/Notfound.scss @@ -1,11 +1,3 @@ -html, -body { - margin: 0; - padding: 0; - overflow: hidden; - height: 100%; -} - .pageNotFound__container { padding: 4rem 7rem; position: relative;