Skip to content

Commit

Permalink
Merge pull request outsideris#17 from klaascuvelier/fix-16-background…
Browse files Browse the repository at this point in the history
…-size

Fix outsideris#16 - background size
  • Loading branch information
outsideris committed Jan 8, 2016
2 parents 44b4300 + 6c79e0d commit 26923f5
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 26923f5

Please sign in to comment.