mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
bd5342aa23
commit
152f429cdc
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue