From d87a2a7081c496e71681c1c078b93a7f6ce91222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= <137122689+JoseAlvesdev@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:13:10 -0300 Subject: [PATCH] style: set min-height for main page content 404. --- src/styles/views/not-found.view.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/views/not-found.view.scss b/src/styles/views/not-found.view.scss index ab2ffda..f0efc28 100644 --- a/src/styles/views/not-found.view.scss +++ b/src/styles/views/not-found.view.scss @@ -6,6 +6,7 @@ .c-not-found-main { height: 50vh; + min-height: 480px; justify-content: center; align-items: flex-end; padding: var(--24px);