File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ header {
266
266
text-align : center;
267
267
color : # fff ;
268
268
background-attachment : scroll;
269
- background-image : url(.. / img/header-bg.jpg);
269
+ background-image : url (img/header-bg.jpg);
270
270
background-position : center center;
271
271
background-repeat : none;
272
272
-webkit-background-size : cover;
@@ -655,7 +655,7 @@ aside.clients img {
655
655
656
656
section#contact {
657
657
background-color: #222;
658
- background-image: url(../ img/map-image.png);
658
+ background-image: url(img/map-image.png);
659
659
background-position: center;
660
660
background-repeat: no-repeat;
661
661
}
@@ -861,4 +861,4 @@ img::-moz-selection {
861
861
862
862
body {
863
863
webkit-tap-highlight-color: #{{ site.color.primary }};
864
- }
864
+ }
You can’t perform that action at this time.
0 commit comments