From 22b52b50f886bb549827ca3d4800e5257c897cc6 Mon Sep 17 00:00:00 2001 From: Valentin Zwerschke Date: Mon, 29 Mar 2021 11:34:31 +0200 Subject: [PATCH] Fix 404 page bug --- frontend/src/Components/Pages/Css/404Page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Components/Pages/Css/404Page.css b/frontend/src/Components/Pages/Css/404Page.css index a9b4855..ebd479b 100644 --- a/frontend/src/Components/Pages/Css/404Page.css +++ b/frontend/src/Components/Pages/Css/404Page.css @@ -1,5 +1,5 @@ .container404{ - min-height: 100vh; + margin-top: 25vh; display: -ms-flexbox; display: -webkit-flex; display: flex;