diff --git a/css/style.css b/css/style.css index e0d3cb0..401fcd7 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,7 @@ .header { width: 100vw; min-height: 100vh; - background-image: url("/assets/header-bg.png"); + background-image: url("../assets/header-bg.png"); background-size: cover; background-repeat: no-repeat; display: flex; @@ -107,7 +107,7 @@ .info { width: 100vw; height: 100vh; - background-image: url("/assets/info-bg.png"); + background-image: url("../assets/info-bg.png"); background-size: cover; background-repeat: no-repeat; transition: opacity .3s; diff --git a/index.html b/index.html index 485a35a..73f54b6 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@