From cc453696af67e7ffc120ff928d8ba94cc1071113 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 6 Dec 2022 13:29:43 +0100 Subject: [PATCH] Main: Fix background layout (#2175) --- src/components/middle/MiddleColumn.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/middle/MiddleColumn.module.scss b/src/components/middle/MiddleColumn.module.scss index ba9f1c19a..6287e2411 100644 --- a/src/components/middle/MiddleColumn.module.scss +++ b/src/components/middle/MiddleColumn.module.scss @@ -55,7 +55,7 @@ :global(html.theme-light body.animation-level-2) &:not(.customBgImage).withRightColumn::before { @media screen and (min-width: 1276px) { - transform: scaleX(0.67) !important; + transform: scaleX(0.69) !important; } @media screen and (min-width: 1921px) { transform: scaleX(0.8) !important;