доделан адаптив под экраны с разрешениями >1920
This commit is contained in:
@@ -108,6 +108,30 @@ a:hover {
|
||||
/* flex-shrink: 0; */
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2000px) {
|
||||
.footer-content-logo {
|
||||
width: 4vw;
|
||||
height: 6vw;
|
||||
}
|
||||
|
||||
.contact-header-title {
|
||||
font-size: 1.3vw;
|
||||
}
|
||||
|
||||
.contact-data-value,
|
||||
.contact-href {
|
||||
font-size: 1vw;
|
||||
}
|
||||
|
||||
.contact-data-container {
|
||||
gap: 1vw;;
|
||||
}
|
||||
|
||||
.contact-container {
|
||||
gap: 1.2vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
.footer-container {
|
||||
padding: 120px 2%;
|
||||
|
||||
@@ -324,6 +324,10 @@
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.main-part-header-lang {
|
||||
gap: .5vw;
|
||||
}
|
||||
|
||||
.main-part-header-lang {
|
||||
font-size: 1vw;
|
||||
}
|
||||
@@ -341,13 +345,6 @@
|
||||
height: 4vw;
|
||||
}
|
||||
|
||||
.main-part-plan-content {
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.plan-content-container {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user