This commit is contained in:
Sébastien André
2020-08-31 15:53:43 +02:00
parent 22f126861b
commit 9eb5195926
3 changed files with 2 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
height: 100px;
// this way asset gets processed by webpack
background: url(assets/img/logo.png) center center no-repeat;
background: url(../img/logo.png) center center no-repeat;
background-size: 100px 100px;
}
}