TRI-283: end 1280

This commit is contained in:
2024-11-20 22:00:18 +03:00
parent d83940b47d
commit 6f646264dc
52 changed files with 719 additions and 138 deletions

View File

@@ -9,6 +9,12 @@
}
}
@media (max-width: 1304.98px) {
.sore {
margin-bottom: 140px;
}
}
.sore__img {
margin: 0 auto 26px;
position: relative;
@@ -21,6 +27,14 @@
}
}
@media (max-width: 1304.98px) {
.sore__img {
left: 4px;
top: -9px;
margin-bottom: 17px;
}
}
.sore .title {
margin-bottom: 40px;
}
@@ -44,6 +58,12 @@
}
}
@media (max-width: 1304.98px) {
.sore .subtitle {
max-width: 65%;
}
}
.sore .h3 {
max-width: 47%;
margin: 0 auto 19px;
@@ -54,3 +74,9 @@
max-width: 38%;
}
}
@media (max-width: 1304.98px) {
.sore .h3 {
max-width: 50%;
}
}