Browse Source

Merge pull request #56 from advonesix/patch-1

Changed background-repeat property to no-repeat
master
David Miller 10 years ago committed by GitHub
parent
commit
02833fff1c
  1. 2
      less/agency.less

2
less/agency.less

@ -163,7 +163,7 @@ h1, h2, h3, h4, h5, h6 {
header { header {
background-image: url('../img/header-bg.jpg'); background-image: url('../img/header-bg.jpg');
background-repeat: none; background-repeat: no-repeat;
background-attachment: scroll; background-attachment: scroll;
background-position: center center; background-position: center center;
.background-cover; .background-cover;

Loading…
Cancel
Save