From 5d1dba3a2fb9fd1f24e026c9f019fa6b6612fdc4 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 18 Jul 2024 18:00:03 +0300 Subject: [PATCH] apps/web: fix login form width > vw --- apps/web/components/Login/Login.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/Login/Login.module.scss b/apps/web/components/Login/Login.module.scss index 4d02ecc..72cc64b 100644 --- a/apps/web/components/Login/Login.module.scss +++ b/apps/web/components/Login/Login.module.scss @@ -19,7 +19,7 @@ $layout-breakpoint-desktop: 1680px; background-color: white; margin: 0; height: 250px; - width: 100%; + width: 100vw; padding: 25px 10px; margin-bottom: 0; }