Middle Column: Fix background position on FHD screens (#2432)

This commit is contained in:
Alexander Zinchuk 2023-01-30 15:55:53 +01:00
parent 182a4fd312
commit cf01bea655

View File

@ -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.69) !important;
transform: scaleX(0.73) !important;
}
@media screen and (min-width: 1921px) {
transform: scaleX(0.8) !important;