TRI-283: end p_mover_landing_page
This commit is contained in:
34
static/css/moover/animate.css
vendored
34
static/css/moover/animate.css
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user