From 5495ce259e0e6850fa48e273e473ea261a49b6ea Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Wed, 21 Oct 2020 21:46:56 -0400 Subject: [PATCH] Fix blob images wrong url --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }