use relative path to svg
This commit is contained in:
parent
86300b89da
commit
122e5ffda0
|
@ -38,7 +38,7 @@
|
||||||
width: 22rem;
|
width: 22rem;
|
||||||
padding-bottom: 35px;
|
padding-bottom: 35px;
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
background-image: url(/assets/img/question.svg);
|
background-image: url(../img/question.svg);
|
||||||
background-position: bottom right;
|
background-position: bottom right;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue