From efaaa1b321d6f35e7aeab6a107b78c42e0208958 Mon Sep 17 00:00:00 2001 From: advonesix Date: Fri, 6 May 2016 10:12:59 -0600 Subject: [PATCH] Changed background-repeat property to no-repeat "none" is not at valid value for the background-repeat property. Updated to "no-repeat" --- less/agency.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/agency.less b/less/agency.less index fb25764..d5356ea 100644 --- a/less/agency.less +++ b/less/agency.less @@ -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; -} \ No newline at end of file +}