|
@@ -209,13 +209,9 @@ function showBigPainting() {
|
|
>.right-text{
|
|
>.right-text{
|
|
position: absolute;
|
|
position: absolute;
|
|
top: calc(310px / v-bind('windowHeightDesign') * v-bind('windowHeight'));;
|
|
top: calc(310px / v-bind('windowHeightDesign') * v-bind('windowHeight'));;
|
|
- left: calc(50% + 504px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
|
|
|
+ left: calc(50% + 405px / v-bind('windowHeightDesign') * v-bind('windowHeight') + 5vw);
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- @media (max-width: calc(1420px / v-bind('windowHeightDesign') * v-bind('windowHeight'))) {
|
|
|
|
- left: initial;
|
|
|
|
- right: calc(10px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
|
- }
|
|
|
|
>img.title{
|
|
>img.title{
|
|
height: calc(302px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
height: calc(302px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
}
|
|
}
|