TRI-283: end p_mover_landing_page

This commit is contained in:
2024-11-21 19:49:38 +03:00
parent 7a345a6c80
commit 8de6676b40
18 changed files with 567 additions and 17 deletions

View File

@@ -29,6 +29,12 @@
}
}
@media (max-width: 479.98px) {
.animate {
padding: 30px 7px 19px;
}
}
.animate.left {
transform: translateX(-180px);
}
@@ -60,12 +66,24 @@
}
}
@media (max-width: 479.98px) {
.animate.right .title {
margin-bottom: 20px;
}
}
@media (max-width: 991.98px) {
.animate.right .subtitle {
margin-bottom: 31px;
}
}
@media (max-width: 479.98px) {
.animate.right .use__btn {
margin-top: -11px;
}
}
.animate__link {
color: var(--color-orange);
text-decoration: underline !important;
@@ -97,6 +115,13 @@
}
}
@media (max-width: 767.98px) {
.animate .title {
max-width: 100%;
margin-bottom: 14px;
}
}
.animate .subtitle {
width: 47%;
margin: 0 auto 23px;
@@ -122,3 +147,12 @@
margin-bottom: 26px;
}
}
@media (max-width: 479.98px) {
.animate .use__btn {
margin-top: -6px;
padding-left: 15px;
padding-right: 15px;
display: flex;
}
}