use relative path to svg

This commit is contained in:
Jeppe Ernst 2018-02-03 22:04:41 +01:00
parent 86300b89da
commit 122e5ffda0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
width: 22rem;
padding-bottom: 35px;
margin-right: 2rem;
background-image: url(/assets/img/question.svg);
background-image: url(../img/question.svg);
background-position: bottom right;
background-repeat: no-repeat;