diff --git a/apps/client/src/common/components/protect-route/ProtectRoute.module.scss b/apps/client/src/common/components/protect-route/ProtectRoute.module.scss index 7bceda037..262739d65 100644 --- a/apps/client/src/common/components/protect-route/ProtectRoute.module.scss +++ b/apps/client/src/common/components/protect-route/ProtectRoute.module.scss @@ -1,9 +1,13 @@ .container { + width: 100%; + height: 100%; + display: flex; flex-direction: column; align-items: center; padding-top: 25vh; + background: $ui-black; color: $ontime-color; font-weight: 200; font-size: 3rem; @@ -42,4 +46,4 @@ to { background: rgba($red-500, 0); } -} \ No newline at end of file +}