|
|
@ -10,6 +10,8 @@ body.page-home{ |
|
|
|
padding: 130px 0 0 0; |
|
|
|
padding: 130px 0 0 0; |
|
|
|
background: #f8f8f8 image-url('hero-dots-below@2x.png') center top no-repeat; |
|
|
|
background: #f8f8f8 image-url('hero-dots-below@2x.png') center top no-repeat; |
|
|
|
background-size: 1280px 49px; |
|
|
|
background-size: 1280px 49px; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
top: $negative-hero-margin; |
|
|
|
|
|
|
|
|
|
|
|
.double-row{ |
|
|
|
.double-row{ |
|
|
|
padding: 0 0 50px 0; |
|
|
|
padding: 0 0 50px 0; |
|
|
@ -158,6 +160,7 @@ body.page-home{ |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
@media (max-width: 992px) { |
|
|
|
#features{ |
|
|
|
#features{ |
|
|
|
|
|
|
|
top: $large-negative-hero-margin; |
|
|
|
.double-row{ |
|
|
|
.double-row{ |
|
|
|
padding: 0 0 0 0; |
|
|
|
padding: 0 0 0 0; |
|
|
|
.row{ |
|
|
|
.row{ |
|
|
@ -412,4 +415,8 @@ body.page-home{ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 480px) { |
|
|
|
|
|
|
|
#features { |
|
|
|
|
|
|
|
top: $negative-hero-margin; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|