Browse Source

Fix #16 - background size

Add width/height to body and make sure background size is set to cover
Klaas Cuvelier 9 years ago
parent
commit
6c79e0db7d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      public/css/style.css

+ 3 - 0
public/css/style.css

@@ -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%;
 }