From 077462283ad91a7012b6d18a0e8232282c52a7f3 Mon Sep 17 00:00:00 2001 From: Anton Mushnin Date: Thu, 28 Mar 2024 21:18:07 +0300 Subject: [PATCH] footer fix --- web/src/components/landing/Landing.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/landing/Landing.module.css b/web/src/components/landing/Landing.module.css index 761f5b35..505ca8c7 100644 --- a/web/src/components/landing/Landing.module.css +++ b/web/src/components/landing/Landing.module.css @@ -4,6 +4,8 @@ flex-direction: column; min-height: 100vh; justify-content: space-between; + min-width: 100vw; + align-items: center; }