Updated hero for contact page

This commit is contained in:
Razi KAntorp 2014-03-31 17:54:21 +02:00
parent 4cb2890a57
commit 7747943136
2 changed files with 18 additions and 13 deletions

View File

@ -55,11 +55,17 @@ var contactForm = {
</script>
<section class="hero4" data-speed="2" data-type="background">
@section('content')
<section class="hero background hero4" data-speed="2" data-type="background">
<div class="caption-side"></div>
<div class="container">
<div class="row" style="margin:0;">
<div class="caption-wrap">
<div class="caption">
<h1>Contact us
</h1>
<h1>Contact<span style="color:#ecd816"> us</span></h1>
</div>
</div>
</div>
</div>
</section>

View File

@ -182,6 +182,11 @@ a .cta:hover span {
background-size: cover;
}
.hero2 h1 {
color: #fff;
margin: 0;
}
.hero3 {
text-align: center;
background-image: url(/images/hero-bg-3.jpg);
@ -192,7 +197,6 @@ a .cta:hover span {
}
.hero4 {
text-align: center;
background-image: url(/images/hero-bg-4.jpg);
padding: 150px 0;
background-repeat: no-repeat;
@ -208,11 +212,6 @@ a .cta:hover span {
background-size: cover;
}
.hero2 h1,.hero3 h1,.hero4 h1 {
color: #fff;
margin: 0;
}
.hero1.background {
background-repeat: no-repeat;
background-position: center center;