reduce aliasing

This commit is contained in:
Jason Costello 2016-10-07 16:43:51 -07:00
parent c96e6cee1f
commit eded063a4e
1 changed files with 6 additions and 2 deletions

View File

@ -62,10 +62,11 @@ body.page-home {
} }
#customer-logos-bg{ #customer-logos-bg{
@include skewY(-3deg);
z-index: 30; z-index: 30;
background: $black; background: $black;
background-size: 100%; background-size: 100%;
@include skewY(-3deg);
-webkit-backface-visibility: hidden;
} }
} }
@ -214,6 +215,7 @@ body.page-home {
background-size: 570px; background-size: 570px;
z-index: 70; z-index: 70;
@include skewY(3deg); @include skewY(3deg);
-webkit-backface-visibility: hidden;
} }
} }
@ -239,6 +241,7 @@ body.page-home {
background: $purple; background: $purple;
z-index: 60; z-index: 60;
@include skewY(-3deg); @include skewY(-3deg);
-webkit-backface-visibility: hidden;
} }
} }
@ -249,7 +252,7 @@ body.page-home {
>.container{ >.container{
background: image-url("feature-create-bg.svg") 95% 20% no-repeat; background: image-url("feature-create-bg.svg") 95% 20% no-repeat;
background-size: 40%; background-size: 42%;
z-index: 51; z-index: 51;
} }
@ -259,6 +262,7 @@ body.page-home {
#feature-create-bg{ #feature-create-bg{
@include skewY(3deg); @include skewY(3deg);
z-index: 50; z-index: 50;
} }