Skip to content

Commit

Permalink
Merge pull request #56 from advonesix/patch-1
Browse files Browse the repository at this point in the history
Changed background-repeat property to no-repeat
davidtmiller authored Jun 19, 2016
2 parents a922214 + efaaa1b commit 02833ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/agency.less
Original file line number Diff line number Diff line change
@@ -163,7 +163,7 @@ h1, h2, h3, h4, h5, h6 {

header {
background-image: url('../img/header-bg.jpg');
background-repeat: none;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
.background-cover;
@@ -725,4 +725,4 @@ img::-moz-selection {

body {
webkit-tap-highlight-color: @brand-primary;
}
}

0 comments on commit 02833ff

Please sign in to comment.