Skip to content

Commit

Permalink
Merge branch 'espinosa-espinosa' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Kim committed Apr 12, 2016
2 parents 0901a1a + a23fb8e commit 3d94771
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _includes/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,11 @@ header {
text-align: center;
color: #fff;
background-attachment: scroll;
<<<<<<< HEAD
background-image: url(img/header-bg.jpg);
=======
background-image: url('{{ site.baseurl }}/img/header-bg.jpg');
>>>>>>> f4a84c0de43816db0c7e7a08d2a45c7344e140ad
background-position: center center;
background-repeat: none;
-webkit-background-size: cover;
Expand Down Expand Up @@ -655,7 +659,7 @@ aside.clients img {

section#contact {
background-color: #222;
background-image: url(img/map-image.png);
background-image: url('{{ site.baseurl }}/img/map-image.png');
background-position: center;
background-repeat: no-repeat;
}
Expand Down

0 comments on commit 3d94771

Please sign in to comment.