This commit is contained in:
2020-02-10 20:39:06 -05:00
parent 9a87d02952
commit c0c5ca6eb9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -256,10 +256,10 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3 text-center wow fadeInUp"> <div class="col-xs-12 col-sm-6 col-sm-offset-3 text-center wow fadeInUp">
<h4>30000+ people using now</h4> <h4>Join people using CoreGrade</h4>
<form action="/auth/newuser"> <form action="/auth/newuser">
<p><input type="email" class="form-control form-subscribe" name="email" placeholder="Email to join"></p> <p><input type="email" class="form-control form-subscribe" name="email" placeholder="Email to join"></p>
<button class="btn btn-default btn-fill">Subscribe</button> <button class="btn btn-default btn-fill">Join CoreGrade</button>
</form> </form>
</div> </div>
+1 -1
View File
@@ -132,7 +132,7 @@ Table of Contents
*/ */
.hero-area { .hero-area {
width: 100%; width: 100%;
min-height: 80vh; min-height: 75vh;
background-image: url('../img/bg.jpg'); background-image: url('../img/bg.jpg');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;