Fix blob images wrong url
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user