We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0901a1a + f4a84c0 commit a23fb8eCopy full SHA for a23fb8e
_includes/css/agency.css
@@ -266,7 +266,11 @@ header {
266
text-align: center;
267
color: #fff;
268
background-attachment: scroll;
269
+<<<<<<< HEAD
270
background-image: url(img/header-bg.jpg);
271
+=======
272
+ background-image: url('{{ site.baseurl }}/img/header-bg.jpg');
273
+>>>>>>> f4a84c0de43816db0c7e7a08d2a45c7344e140ad
274
background-position: center center;
275
background-repeat: none;
276
-webkit-background-size: cover;
@@ -655,7 +659,7 @@ aside.clients img {
655
659
656
660
section#contact {
657
661
background-color: #222;
658
- background-image: url(img/map-image.png);
662
+ background-image: url('{{ site.baseurl }}/img/map-image.png');
663
background-position: center;
664
background-repeat: no-repeat;
665
}
0 commit comments