From: Laury GvR Date: Mon, 25 Mar 2019 18:28:51 +0000 (-0400) Subject: New frontpage header image X-Git-Tag: v1.0.37^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c889a88807bd70b4db4d227f093c4ef925407240;p=WP-Themes%2Ftruenorthgolf.git New frontpage header image --- diff --git a/assets/2-and-7-top.jpg b/assets/2-and-7-top.jpg deleted file mode 100644 index 19d31a6..0000000 Binary files a/assets/2-and-7-top.jpg and /dev/null differ diff --git a/assets/2-and-7.jpg b/assets/2-and-7.jpg deleted file mode 100644 index 3334457..0000000 Binary files a/assets/2-and-7.jpg and /dev/null differ diff --git a/assets/2and7TrueNorth1900X600.jpg b/assets/2and7TrueNorth1900X600.jpg new file mode 100644 index 0000000..a5dd5cf Binary files /dev/null and b/assets/2and7TrueNorth1900X600.jpg differ diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 200bb7b..ce46fdd 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -217,7 +217,7 @@ ul#sec-nav { .hero-image-container { width: 100%; padding-bottom: 55%; - background: url("../assets/2-and-7.jpg?v=1.0"); + background: url("../assets/2and7TrueNorth1900x600.jpg?v=1.0"); background-repeat: no-repeat; background-size: cover; }