TRI-283: end adaptive 1920 + start header
This commit is contained in:
28
static/css/moover/animate.css
vendored
28
static/css/moover/animate.css
vendored
@@ -7,6 +7,14 @@
|
||||
margin-bottom: 160px;
|
||||
}
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
.animate {
|
||||
padding-top: 100px;
|
||||
padding-bottom: 89px;
|
||||
margin-bottom: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
.animate.left {
|
||||
transform: translateX(-180px);
|
||||
}
|
||||
@@ -15,6 +23,12 @@
|
||||
transform: translateX(180px);
|
||||
}
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
.animate.right .title {
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.animate__link {
|
||||
color: var(--color-orange);
|
||||
text-decoration: underline !important;
|
||||
@@ -26,7 +40,21 @@
|
||||
/*width: 90%;*/
|
||||
}
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
.animate .title {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.animate .subtitle {
|
||||
width: 47%;
|
||||
margin: 0 auto 23px;
|
||||
}
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
.animate .subtitle {
|
||||
line-height: 26px;
|
||||
letter-spacing: 0.1px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user