Skip to content

Commit a23fb8e

Browse files
author
Rick Kim
committed
manual merge fix
2 parents 0901a1a + f4a84c0 commit a23fb8e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_includes/css/agency.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,11 @@ header {
266266
text-align: center;
267267
color: #fff;
268268
background-attachment: scroll;
269+
<<<<<<< HEAD
269270
background-image: url(img/header-bg.jpg);
271+
=======
272+
background-image: url('{{ site.baseurl }}/img/header-bg.jpg');
273+
>>>>>>> f4a84c0de43816db0c7e7a08d2a45c7344e140ad
270274
background-position: center center;
271275
background-repeat: none;
272276
-webkit-background-size: cover;
@@ -655,7 +659,7 @@ aside.clients img {
655659
656660
section#contact {
657661
background-color: #222;
658-
background-image: url(img/map-image.png);
662+
background-image: url('{{ site.baseurl }}/img/map-image.png');
659663
background-position: center;
660664
background-repeat: no-repeat;
661665
}

0 commit comments

Comments
 (0)