fix popup padding for big size res

This commit is contained in:
DmitriyB
2022-08-15 11:27:43 +05:00
parent ef8dded58e
commit 130c28bc54
2 changed files with 8 additions and 5 deletions
+6 -4
View File
@@ -91,21 +91,23 @@
@media screen and (min-width: 2000px) {
.popup-container {
width: 25%;
padding: 2.5%;
gap: 50px;
padding: 2.5% !important;
gap: 3vw;
}
.popup-logo {
width: 267px;
width: 70%;
height: 78px;
height: 70%;
}
.popup-title-button-container {
gap: 1vw;
gap: 1.3vw;
}
.popup-title-button {
gap: 1.2vw;
gap: 1.4vw;
}
.popup-title-button-title {
+2 -1
View File
@@ -48,6 +48,7 @@
width: 50%;
height: 3.5vw;
font-size: 1vw;
border-radius: .8vw;
}
}
@@ -66,6 +67,6 @@
.main-part-text-button {
width: 100%;
height: 48px;
height: 48px;
}
}