доделан адаптив под экраны с разрешениями >1920

This commit is contained in:
DmitriyB
2022-07-28 12:48:37 +05:00
parent 2d9dc77d9f
commit f2bfdf7a94
2 changed files with 28 additions and 7 deletions
+24
View File
@@ -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%;
+4 -7
View File
@@ -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%;
}