Skip to content
Snippets Groups Projects
Commit 65dee466 authored by Jannik Wurche's avatar Jannik Wurche
Browse files

:pen_ballpoint:-fix relative file name

parent 1df2ec1c
Branches
No related tags found
No related merge requests found
Pipeline #22360 passed
...@@ -77,7 +77,7 @@ div.background { ...@@ -77,7 +77,7 @@ div.background {
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url('bg1.svg') no-repeat center center; background: url('bg.svg') no-repeat center center;
background-size: contain; background-size: contain;
filter: grayscale(100%); filter: grayscale(100%);
z-index: 1; z-index: 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment