1
@@ -1,7 +1,10 @@
+@imagesDir:"../images";
+
.bgWhite {
- background: url(./images/downBg.png) no-repeat cover;
+ background: url("@{imagesDir}/downBg.png") no-repeat cover;
.container {
width: 1200px;
+ margin: 0 auto;
.finch {
width: 155px;
height: 194px;