TRI-283: end adaptive 1920 + start header

This commit is contained in:
2024-11-19 00:25:47 +03:00
parent da6f47f439
commit 4996d02f71
36 changed files with 2118 additions and 384 deletions

View File

@@ -2,22 +2,54 @@
margin-bottom: 160px;
}
@media (min-width: 1720px) {
.sore {
margin-bottom: 178px;
}
}
.sore__img {
margin: 0 auto 26px;
position: relative;
left: -17px;
}
@media (min-width: 1720px) {
.sore__img {
margin-bottom: 46px;
}
}
.sore .title {
margin-bottom: 40px;
}
@media (min-width: 1720px) {
.sore .title {
margin-bottom: 61px;
}
}
.sore .subtitle {
max-width: 62%;
margin: 0 auto -1px;
}
@media (min-width: 1720px) {
.sore .subtitle {
line-height: 26px;
max-width: 60%;
margin-bottom: 5px;
}
}
.sore .h3 {
max-width: 47%;
margin: 0 auto 19px;
}
@media (min-width: 1720px) {
.sore .h3 {
max-width: 38%;
}
}