Fix blob images wrong url

This commit is contained in:
Joe Hutchinson
2020-10-21 21:46:56 -04:00
parent f222420c12
commit 5495ce259e

View File

@@ -24,7 +24,7 @@ p {
flex-direction: column; flex-direction: column;
z-index: -1; z-index: -1;
color: white; color: white;
background-image: url('http://localhost:1313/img/home-blob.svg'); background-image: url('/img/home-blob.svg');
background-position: center; background-position: center;
background-size: cover; background-size: cover;
} }
@@ -448,7 +448,7 @@ footer {
justify-content: space-evenly; justify-content: space-evenly;
align-items: flex-end; align-items: flex-end;
color: white; 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-position: 40% 0%;
background-size: 50rem; background-size: 50rem;
} }