transform: translateY(-50%);\r
\r
@media @m900 {\r
- position: static;\r
+ position: relative;\r
transform: none;\r
padding-top: 5%;\r
padding-bottom: 80%;\r
.content-inner {
padding-top: 70px;
- padding-bottom: 50%;
}
}
}
\ No newline at end of file
.features {
- .title {
- max-width: 50%;
+ .title {
+ max-width: 50%;
- @media @m900 {
- max-width: none;
- }
- }
+ @media @m900 {
+ max-width: none;
+
+ }
+ }
+
+ .content-inner {
+ @media @m900 {
+ padding-bottom: 85%;
+ }
+ }
}
\ No newline at end of file