Skip to content

Commit

Permalink
Fix outsideris#16 - background size
Browse files Browse the repository at this point in the history
Add width/height to body and make sure background size is set to cover
  • Loading branch information
klaascuvelier committed Jan 8, 2016
1 parent 44b4300 commit 6c79e0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ margin:0;
padding:0;
font-family: 'Lato', sans-serif;
background: #fff url(../images/bg.jpg) center top no-repeat;
background-size: cover;
height: 100%;
width: 100%;
}


Expand Down

0 comments on commit 6c79e0d

Please sign in to comment.