Skip to content

Commit

Permalink
Merge pull request #158 from levys19/hotfix-l1
Browse files Browse the repository at this point in the history
Removed terms
  • Loading branch information
levys19 authored Apr 3, 2018
2 parents e4eb6d3 + 55d1674 commit 77358dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions cracking_the_resume/public/stylesheets/homepage.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body{
overflow: hidden;
background-size:cover;
}
h1 {
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
Expand Down Expand Up @@ -57,12 +58,11 @@ h1 {
min-height: 20px !important;
}

.leftPic{
/* height:1000px;
width:100%; */
.leftPic,img{
}

.theWhole{
background-size:cover;
position: relative;
left:25%;
}
9 changes: 0 additions & 9 deletions cracking_the_resume/views/signUp.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@
</label>
</div>
</div> <!-- /.form-group -->
<div class="form-group">
<div class="col-sm-9 col-sm-offset-3">
<div class="checkbox">
<label>
<input type="checkbox" required="required">I accept <a href="#">terms</a>
</label>
</div>
</div>
</div> <!-- /.form-group -->
<div class="form-group">
<div class="col-sm-9 col-sm-offset-3">
<input type="submit" id="submitForm" value="Sign Up"/>
Expand Down

0 comments on commit 77358dd

Please sign in to comment.