From 8ece6a94c68442ec8452438afb152c17157465eb Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 5 May 2017 16:02:16 -0400 Subject: [PATCH] Minor reference to the sidebar brochure cover changed from png to jpg --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d7f7180..3fc5013 100644 --- a/styles.css +++ b/styles.css @@ -349,7 +349,7 @@ cursor: pointer; padding-left: 30px; } #brochure { - background: url("assets/2017-brochure-cover.png") no-repeat center top / contain; + background: url("assets/2017-brochure-cover.jpg") no-repeat center top / contain; padding-top: 240px; display: block; text-align: center; -- 2.17.1