Corrected background-image url.
This commit is contained in:
parent
637bc47bfc
commit
55c2bcaa61
1 changed files with 2 additions and 2 deletions
|
@ -1091,7 +1091,7 @@
|
|||
-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
|
||||
-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
|
||||
transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
|
||||
background-image: url("../../images/bg.jpg");
|
||||
background-image: url("/img/bg.jpg");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Reference in a new issue