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;
|
-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;
|
-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;
|
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-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -1591,4 +1591,4 @@
|
||||||
|
|
||||||
body.is-loading #footer {
|
body.is-loading #footer {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue