Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | float: left; | 13 | float: left; |
14 | width: 216rem / $pxConvertRem; | 14 | width: 216rem / $pxConvertRem; |
15 | height: 96rem / $pxConvertRem; | 15 | height: 96rem / $pxConvertRem; |
16 | - background: url(../img/yohologo.png) left center no-repeat; | 16 | + background: image-url("yohologo.png") left center no-repeat; |
17 | background-size: 104px 25px; | 17 | background-size: 104px 25px; |
18 | opacity: 1; | 18 | opacity: 1; |
19 | transition: all 400ms; | 19 | transition: all 400ms; |
-
Please register or login to post a comment