Fix blob images using root url instead of baseURL

This commit is contained in:
Joe Hutchinson
2020-10-22 14:16:43 -04:00
parent 57bc14b43b
commit f9d9e62a57
3 changed files with 2 additions and 4 deletions

View File

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