fix popup padding for big size res
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user