доделан адаптив
This commit is contained in:
@@ -84,6 +84,55 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2000px) {
|
||||
.popup-container {
|
||||
width: 25%;
|
||||
padding: 2.5%;
|
||||
gap: 50px;
|
||||
}
|
||||
|
||||
.popup-logo {
|
||||
width: 267px;
|
||||
height: 78px;
|
||||
}
|
||||
|
||||
.popup-title-button-container {
|
||||
gap: 1vw;
|
||||
}
|
||||
|
||||
.popup-title-button {
|
||||
gap: 1.2vw;
|
||||
}
|
||||
|
||||
.popup-title-button-title {
|
||||
font-size: 1vw;
|
||||
}
|
||||
|
||||
.popup-line {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.popup-title-input-title {
|
||||
font-size: 1.2vw;
|
||||
}
|
||||
|
||||
.popup-title-input-input {
|
||||
height: 3.5vw;
|
||||
}
|
||||
|
||||
.popup-title-input-back-button {
|
||||
font-size: 1vw;
|
||||
}
|
||||
|
||||
.popup-title-input-container {
|
||||
gap: 1.3vw;
|
||||
}
|
||||
|
||||
.popup-title-input-input-container {
|
||||
gap: 1.1vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
.popup-container {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user