From 1bbe4ab9ed8ad85ffb15c7ed2fc0e196f03d62ba Mon Sep 17 00:00:00 2001 From: Andriy Danchyshyn Date: Mon, 25 Nov 2024 11:19:40 +0200 Subject: [PATCH] fixed nested blocks --- FrontEnd/src/pages/ErrorPages/ErrorPage404.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/FrontEnd/src/pages/ErrorPages/ErrorPage404.module.css b/FrontEnd/src/pages/ErrorPages/ErrorPage404.module.css index f1bc071a8..1f99459f9 100644 --- a/FrontEnd/src/pages/ErrorPages/ErrorPage404.module.css +++ b/FrontEnd/src/pages/ErrorPages/ErrorPage404.module.css @@ -7,6 +7,7 @@ width: 100vw; min-height: calc(100vh - 342px ); background: var(--join-us-main-color, #B4D27A); + flex-grow: 1; } .ErrorPage404__container {