Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 12:58:49 +02:00
parent bd5342aa23
commit 152f429cdc

View file

@ -70,7 +70,11 @@ a:focus {
width: 100%;
height: 100%;
color: #fff;
background: #000 url(/img/bg.svg) repeat bottom center scroll;
background: #000 url(/img/intro-bg.png) no-repeat bottom center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#intro-body {