From: Laury GvR Date: Thu, 21 Mar 2019 16:09:18 +0000 (-0400) Subject: Larger header image on frontpage X-Git-Tag: v1.0.35^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ea782b273e4cc1dadcb0f90dd27a1a0e952a4d9c;p=WP-Themes%2Ftruenorthgolf.git Larger header image on frontpage --- diff --git a/assets/2-and-7.jpg b/assets/2-and-7.jpg index ad6da59..3334457 100644 Binary files a/assets/2-and-7.jpg and b/assets/2-and-7.jpg differ diff --git a/css/app.css b/css/app.css index 95eda7c..55e8dd2 100644 --- a/css/app.css +++ b/css/app.css @@ -6854,8 +6854,8 @@ ul#sec-nav { .hero-image-container { width: 100%; - padding-bottom: 40%; - background: url("../assets/2-and-7.jpg"); } + padding-bottom: 55%; + background: url("../assets/2-and-7.jpg?v=1.0"); } video { width: 100%; diff --git a/header.php b/header.php index ee8e460..7bbc9d9 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 611a508..0670517 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -216,8 +216,8 @@ ul#sec-nav { } .hero-image-container { width: 100%; - padding-bottom: 40%; - background: url("../assets/2-and-7.jpg"); + padding-bottom: 55%; + background: url("../assets/2-and-7.jpg?v=1.0"); } .hero-image { diff --git a/style.css b/style.css index 9f976f4..07ac298 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ Theme Name: TrueNorthGolf Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for True North Golf Club -Version: 1.0.35 +Version: 1.0.36 */