Skip to content

Commit 4869566

Browse files
committed
fixed path in agency.css
1 parent 3da614e commit 4869566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/css/agency.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ header {
266266
text-align: center;
267267
color: #fff;
268268
background-attachment: scroll;
269-
background-image: url(../img/header-bg.jpg);
269+
background-image: url(img/header-bg.jpg);
270270
background-position: center center;
271271
background-repeat: none;
272272
-webkit-background-size: cover;
@@ -655,7 +655,7 @@ aside.clients img {
655655

656656
section#contact {
657657
background-color: #222;
658-
background-image: url(../img/map-image.png);
658+
background-image: url(img/map-image.png);
659659
background-position: center;
660660
background-repeat: no-repeat;
661661
}
@@ -861,4 +861,4 @@ img::-moz-selection {
861861

862862
body {
863863
webkit-tap-highlight-color: #{{ site.color.primary }};
864-
}
864+
}

0 commit comments

Comments
 (0)