Skip to content

Commit 479c508

Browse files
committed
update background image
1 parent 9967ceb commit 479c508

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

css/agency.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ img::-moz-selection {
167167
header.masthead {
168168
text-align: center;
169169
color: white;
170-
background-image: url("../img/header-bg.jpg");
170+
background-image: url("../img/header-bg-alt.png");
171171
background-repeat: no-repeat;
172172
background-attachment: scroll;
173173
background-position: center center;

css/agency.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img/header-bg-alt.png

522 KB
Loading

img/header-bg.jpg

-233 KB
Binary file not shown.

img/header-bg.png

869 KB
Loading

scss/_masthead.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
header.masthead {
33
text-align: center;
44
color: white;
5-
background-image: url('../img/header-bg.jpg');
5+
background-image: url('../img/header-bg-alt.png');
66
background-repeat: no-repeat;
77
background-attachment: scroll;
88
background-position: center center;

0 commit comments

Comments
 (0)