Skip to content
Snippets Groups Projects
Commit 3ef43910 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Use relative links to images

parent da831aba
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ a:active {
display: block;
height: 50px;
width: 67px;
background-image: url("https://ebiwd.github.io/EBI-Framework/images/logos/EMBL-EBI/EMBL_EBI_Logo_white.svg");
background-image: url("../images/logos/EMBL-EBI/EMBL_EBI_Logo_white.svg");
background-size: 64px 47px;
background-repeat: no-repeat;
margin-left: 6px;
......@@ -553,7 +553,7 @@ a:active {
display: block;
height: 53px;
width: 89%;
background-image: url("https://ebiwd.github.io/EBI-Framework/images/logos/EMBL-EBI/EMBL_EBI_Logo_black.svg");
background-image: url("../images/logos/EMBL-EBI/EMBL_EBI_Logo_black.svg");
background-size: contain;
background-repeat: no-repeat;
margin-left: -.25rem;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment