|
@@ -103,7 +103,7 @@ export default {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: calc(100% / 2);
|
|
top: calc(100% / 2);
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
- right: 0;
|
|
|
|
|
|
+ right: 102px;
|
|
width: 653px;
|
|
width: 653px;
|
|
height: calc(100% - 74px - 50px);
|
|
height: calc(100% - 74px - 50px);
|
|
max-height: 740px;
|
|
max-height: 740px;
|
|
@@ -115,6 +115,9 @@ export default {
|
|
padding: 32px 50px 50px 50px;
|
|
padding: 32px 50px 50px 50px;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
+ @media only screen and (max-width: 1700px) {
|
|
|
|
+ right: 0;
|
|
|
|
+ }
|
|
>button.close {
|
|
>button.close {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 30px;
|
|
top: 30px;
|