Browse Source

Merge pull request #17 from klaascuvelier/fix-16-background-size

Fix #16 - background size
JeongHoon Byun (aka Outsider) 9 years ago
parent
commit
26923f50cb
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%;
 }