Skip to content

Commit 4528c03

Browse files
authored
Merge pull request #5 from vetarara/master
2 parents f7d64aa + d03517e commit 4528c03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/styles/blocks/hero.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
top: 0;
7272
right: 0;
7373
background:
74-
image-set(url("images/background/cat-hero-desktop@2x.webp") type("image/webp") 2x,
75-
url("images/background/cat-hero-desktop@1x.webp") type("image/webp") 1x,
76-
url("images/background/cat-hero-desktop@2x.jpg") type("image/jpg") 2x,
77-
url("images/background/cat-hero-desktop@1x.jpg") type("image/jpg") 1x)
74+
image-set(url("../../images/background/cat-hero-desktop@2x.webp") type("image/webp") 2x,
75+
url("../../images/background/cat-hero-desktop@1x.webp") type("image/webp") 1x,
76+
url("../../images/background/cat-hero-desktop@2x.jpg") type("image/jpg") 2x,
77+
url("../../images/background/cat-hero-desktop@1x.jpg") type("image/jpg") 1x)
7878
no-repeat 0 0,
7979
#403f43;
8080
}

0 commit comments

Comments
 (0)