mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -05:00
push
This commit is contained in:
parent
d05fc7b4f8
commit
bb683fee47
1 changed files with 4 additions and 5 deletions
|
@ -121,10 +121,10 @@ a:focus {
|
|||
height: 100%;
|
||||
color: #fff;
|
||||
background-image: url('background.jpg');
|
||||
-webkit-background-size: 500px;
|
||||
-moz-background-size: 500px;
|
||||
-o-background-size: 500px;
|
||||
background-size: 500px;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
background-position: -120px;
|
||||
}
|
||||
|
||||
|
@ -361,7 +361,6 @@ margin:0 0 20px;
|
|||
line-height:1.5/;
|
||||
}
|
||||
#intro{
|
||||
background-size:35px 35px;
|
||||
background-position: left;
|
||||
}
|
||||
#icon {
|
||||
|
|
Loading…
Reference in a new issue