Skip to content
Snippets Groups Projects
Commit 4aadbd80 authored by Anne-Victoria's avatar Anne-Victoria
Browse files

Fix path to header image

parent e7e19e4f
Branches
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ a:focus {
header {
position: relative;
background-image: url("img/header_img_placeholder.jpg");
background-image: url("../img/header_img_placeholder.jpg");
background-repeat: no-repeat;
background-size: cover 100%;
padding: 1.5em 1em;
......
......@@ -227,7 +227,7 @@ a:focus {
header {
position: relative;
background-image: url("img/header_img_placeholder.jpg");
background-image: url("../img/header_img_placeholder.jpg");
background-repeat: no-repeat;
background-size: cover 100%;
padding: 1.5em 1em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment