TRI-283: end adaptive 1920 + start header
This commit is contained in:
22
styles/moover/animate.scss
vendored
22
styles/moover/animate.scss
vendored
@@ -6,12 +6,24 @@
|
||||
color: white;
|
||||
margin-bottom: 160px;
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
padding-top: 100px;
|
||||
padding-bottom: 89px;
|
||||
margin-bottom: 180px;
|
||||
}
|
||||
|
||||
&.left {
|
||||
transform: translateX(-180px);
|
||||
}
|
||||
|
||||
&.right {
|
||||
transform: translateX(180px);
|
||||
|
||||
.title {
|
||||
@media (min-width: 1720px) {
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__link {
|
||||
@@ -23,10 +35,20 @@
|
||||
margin-bottom: 25px;
|
||||
max-width: 87%;
|
||||
/*width: 90%;*/
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
width: 47%;
|
||||
margin: 0 auto 23px;
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
line-height: 26px;
|
||||
letter-spacing: 0.1px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user