v 1.4.4.3 - Small CSS update

This commit is contained in:
Wruczek
2017-09-21 19:23:33 +02:00
parent 8ab147cdcb
commit a325fc57c7
4 changed files with 20 additions and 37 deletions

View File

@@ -5,12 +5,7 @@
*/
body {
background: no-repeat fixed center;
background-image: url(../img/bg.png);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background: url(../img/bg.png) no-repeat fixed center;
background-size: cover;
}