From 122e5ffda094729d964bcba5d4f274ffd8f0ccb2 Mon Sep 17 00:00:00 2001 From: Jeppe Ernst Date: Sat, 3 Feb 2018 22:04:41 +0100 Subject: [PATCH] use relative path to svg --- _scss/module/_qa.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scss/module/_qa.scss b/_scss/module/_qa.scss index bd0c6dd..8a6276a 100644 --- a/_scss/module/_qa.scss +++ b/_scss/module/_qa.scss @@ -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;