Skip to content

Commit

Permalink
Remove banner image from header
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Sep 24, 2014
1 parent ac55b32 commit e2f1029
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Binary file removed src/assets/banner.jpg
Binary file not shown.
12 changes: 7 additions & 5 deletions src/assets/less/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ html {
}

.site-header {
background: @lec-primary url('banner.jpg') 0 bottom no-repeat;
background-size: cover;
background: @lec-primary;
color: #fff;

height: 500px;
max-width: 1360px;
height: 200px;
margin: 0 auto;
}

.site-header h1 {
margin: 0;
color: #fff;
padding-top: 420px;
padding-top: 120px;
line-height: 50px;
}

Expand Down Expand Up @@ -100,6 +98,10 @@ html {
.stripey(100%, 90deg);
}

.site-header {
.stripey(100%, 90deg);
}

#content {
background: rgba(255, 255, 255, 0.95);
}
Expand Down

0 comments on commit e2f1029

Please sign in to comment.