diff --git a/assets/css/style.css b/assets/css/style.css index 12b9fa9..5337f5d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -24,7 +24,7 @@ p { flex-direction: column; z-index: -1; color: white; - background-image: url('http://localhost:1313/img/home-blob.svg'); + background-image: url('/img/home-blob.svg'); background-position: center; background-size: cover; } @@ -448,7 +448,7 @@ footer { justify-content: space-evenly; align-items: flex-end; color: white; - background-image: url('http://localhost:1313/img/home-blob-flip.svg'); + background-image: url('/img/home-blob-flip.svg'); background-position: 40% 0%; background-size: 50rem; }