Middle Column: Fix background position on FHD screens (#2432)
This commit is contained in:
parent
182a4fd312
commit
cf01bea655
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
:global(html.theme-light body.animation-level-2) &:not(.customBgImage).withRightColumn::before {
|
:global(html.theme-light body.animation-level-2) &:not(.customBgImage).withRightColumn::before {
|
||||||
@media screen and (min-width: 1276px) {
|
@media screen and (min-width: 1276px) {
|
||||||
transform: scaleX(0.69) !important;
|
transform: scaleX(0.73) !important;
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 1921px) {
|
@media screen and (min-width: 1921px) {
|
||||||
transform: scaleX(0.8) !important;
|
transform: scaleX(0.8) !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user