fix path error
This commit is contained in:
@@ -108,7 +108,7 @@ main {
|
|||||||
|
|
||||||
.laser {
|
.laser {
|
||||||
background-color: #DADEEF;
|
background-color: #DADEEF;
|
||||||
background-image: url("../img/tiles/Laser.svg");
|
background-image: url("/web/assets/img/tiles/Laser.svg");
|
||||||
background-size: 80%;
|
background-size: 80%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@@ -117,7 +117,7 @@ main {
|
|||||||
|
|
||||||
.colored-laser {
|
.colored-laser {
|
||||||
background-color: #DADEEF;
|
background-color: #DADEEF;
|
||||||
background-image: url("../img/tiles/Prisme.svg");
|
background-image: url("/web/assets/img/tiles/Prisme.svg");
|
||||||
background-size: 80%;
|
background-size: 80%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user