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

@@ -15,6 +15,12 @@
}
}
@media (max-width: 1304.98px) {
.animate {
margin-bottom: 141px;
}
}
.animate.left {
transform: translateX(-180px);
}
@@ -46,6 +52,12 @@
}
}
@media (max-width: 1304.98px) {
.animate .title {
max-width: 99%;
}
}
.animate .subtitle {
width: 47%;
margin: 0 auto 23px;
@@ -58,3 +70,9 @@
margin-bottom: 40px;
}
}
@media (max-width: 1304.98px) {
.animate .subtitle {
width: 54%;
}
}