Merge pull request #32 from cubefoo/patch-2

update style.css
master
Loïc Blot 2017-04-15 23:06:32 +02:00 committed by GitHub
commit 47b0a64265
1 changed files with 5 additions and 1 deletions

View File

@ -67,7 +67,11 @@
bottom: 0;
right: 0;
left: 250px;
background: black;
background: black no-repeat center center fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
color: #EEE;
}