website: no repeat on background
This commit is contained in:
parent
507a7cdf84
commit
ab5b48278a
|
@ -666,6 +666,7 @@ body.page-home #footer {
|
|||
background-image: url(../images/bg-galaxy.jpg);
|
||||
/* background-size:cover; */
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 2s ease-out;
|
||||
-moz-transition: opacity 2s ease-out;
|
||||
|
|
Loading…
Reference in New Issue