fix terraform enterprise background art

This commit is contained in:
Jason Costello 2016-10-05 12:56:02 -07:00
parent f8df785400
commit a4fec04e75
2 changed files with 4 additions and 5 deletions

View File

@ -364,10 +364,9 @@ body.page-home {
padding: 180px 220px;
margin-top: -80px;
color: #fff;
background-color: #000;
>.container {
z-index: 31;
z-index: 21;
}
.lead {
@ -376,9 +375,9 @@ body.page-home {
#enterprise-callout-bg {
background: #000 image-url("enterprise-callout-bg.svg") bottom right no-repeat;
background-size: cover;
background-size: 100%;
@include skewY(3deg);
z-index: 30;
z-index: 20;
}
}

View File

@ -238,5 +238,5 @@
</div>
</div>
</div>
<div class="feature-skew" id="enterprise"></div>
<div class="feature-skew" id="enterprise-callout-bg"></div>
</div>