From: Laury GvR Date: Mon, 25 Mar 2019 18:32:24 +0000 (-0400) Subject: Reduce padding of frontpage header image to display proper dimensions X-Git-Tag: v1.0.39^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=581c4d8b3423e41118ded19e9478601dca34fde9;p=WP-Themes%2Ftruenorthgolf.git Reduce padding of frontpage header image to display proper dimensions --- diff --git a/css/app.css b/css/app.css index eb19627..67f43c7 100644 --- a/css/app.css +++ b/css/app.css @@ -6854,7 +6854,7 @@ ul#sec-nav { .hero-image-container { width: 100%; - padding-bottom: 55%; + padding-bottom: 32%; background: url("../assets/2and7TrueNorth1900X600.jpg?v=1.0"); background-repeat: no-repeat; background-size: cover; } diff --git a/header.php b/header.php index 54af24c..8e109bd 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 7bb3921..289bc88 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -216,7 +216,7 @@ ul#sec-nav { } .hero-image-container { width: 100%; - padding-bottom: 55%; + padding-bottom: 32%; background: url("../assets/2and7TrueNorth1900X600.jpg?v=1.0"); background-repeat: no-repeat; background-size: cover;