update images. h2 css

This commit is contained in:
JT 2014-07-22 16:29:54 -07:00
parent 769332ab6e
commit 6050dcdfeb
4 changed files with 26 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -43,7 +43,7 @@
</div>
</div>
<div class="col-lg-6 col-md-6">
<h3 class="feature-t">Iterate on infrastructure safely</h3>
<h2 class="feature-t">Iterate on infrastructure safely</h2>
</div>
</div>
</div> <!-- /container -->
@ -53,7 +53,7 @@
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<h3 class="feature-t">Clone comple environments easily</h3>
<h2 class="feature-t">Clone comple environments easily</h2>
</div>
<div class="col-lg-6 col-md-6">
<div class="clone-icon f-icon">

View File

@ -7,6 +7,7 @@
.feature{
padding: 240px 0;
.lato-light();
.anti-alias();
h2{
@ -15,7 +16,7 @@
line-height: 54px;
letter-spacing: 2px;
color: @purple;
.lato-light()
.lato-light();
}
p{
@ -58,7 +59,8 @@
#feature-iterate{
margin-top: -80px;
padding: 240px 0;
padding: 280px 0;
color: white;
background: #fff url(../images/feature-iterate-bg.png) center top no-repeat;
border-top: 2px solid white;
border-bottom: 2px solid @purple;
@ -68,17 +70,26 @@
>.container{
.skewY(-2deg);
}
h2{
color: white;
}
}
#feature-clone{
margin-top: -80px;
padding: 240px 0;
color: white;
background-color: @purple;
.skewY(2deg);
>.container{
.skewY(-2deg);
}
h2{
color: white;
}
}

View File

@ -530,6 +530,8 @@ body.page-sub #header {
}*/
.feature {
padding: 240px 0;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
@ -584,7 +586,8 @@ body.page-sub #header {
}
#feature-iterate {
margin-top: -80px;
padding: 240px 0;
padding: 280px 0;
color: white;
background: #ffffff url(../images/feature-iterate-bg.png) center top no-repeat;
border-top: 2px solid white;
border-bottom: 2px solid #822ff7;
@ -602,9 +605,13 @@ body.page-sub #header {
-o-transform: skewY(-2deg);
transform: skewY(-2deg);
}
#feature-iterate h2 {
color: white;
}
#feature-clone {
margin-top: -80px;
padding: 240px 0;
color: white;
background-color: #822ff7;
-webkit-transform: skewY(2deg);
-moz-transform: skewY(2deg);
@ -619,6 +626,9 @@ body.page-sub #header {
-o-transform: skewY(-2deg);
transform: skewY(-2deg);
}
#feature-clone h2 {
color: white;
}
#footer {
background-color: #d7d4d7;
background: #d7d4d7 url(../images/consul-footer-logo.png) center center no-repeat;