healing responsive image

This commit is contained in:
captainill
2015-09-28 00:04:08 -07:00
parent a026814dac
commit 696117e4d1

View File

@@ -514,6 +514,16 @@
}
}
&#healing{
.feature-graphic{
margin-top: $small-pad;
width: 480px;
height: 147px;
background: image-url('../images/feature-healing.png') 0 0 no-repeat;
@include img-retina("../images/feature-healing.png", "../images/feature-healing@2x.png", 480px, 147px);
}
}
&#partners{
.partner-logo{
display: block !important;
@@ -599,6 +609,15 @@
@include img-retina("../images/feature-manage.png", "../images/feature-manage@2x.png", 280px, 173px);
}
}
&#healing{
.feature-graphic{
width: 280px;
height: 86px;
background: image-url('../images/feature-healing.png') 0 0 no-repeat;
@include img-retina("../images/feature-healing.png", "../images/feature-healing@2x.png", 280px, 86px);
}
}
}
}
}